Admin Guide
Synapse-Etherscan Admin Guide
Configuration
Synapse-Etherscan requires an Etherscan API key.
For information on how to sign up, please visit the Etherscan API documentation.
Setting API key for global use
To set-up a global API key:
> etherscan.setup.apikey myapikey
Setting Etherscan API key for all users.
Using per-user API keys
A user may set-up their own API key:
> etherscan.setup.apikey --self myapikey
Setting Etherscan API key for the current user.
Permissions
Package (synapse-etherscan) defines the following permissions:
power-ups.etherscan.user : Controls user access to Synapse-Etherscan. ( default: false )
You may add rules to users/roles directly from storm:
> auth.user.addrule visi power-ups.etherscan.user
Added rule power-ups.etherscan.user to user visi.
or:
> auth.role.addrule ninjas power-ups.etherscan.user
Added rule power-ups.etherscan.user to role ninjas.
Exported APIs
Synapse-Etherscan does not currently export any APIs.
Workflows
Synapse-Etherscan provides the following workflows in Optic:
Title: Configuration
Title: Crypto Explorer
Node Actions
Synapse-Etherscan provides the following node actions in Optic:
Name : enrich
Desc : Enrich nodes using Synapse-Etherscan
Forms: crypto:currency:address, crypto:currency:transaction, crypto:smart:contract