Admin Guide

Synapse-BlockCypher Admin Guide

Configuration

Synapse-BlockCypher requires a BlockCypher API key. For information on how to sign up, please visit the BlockCypher API documentation.

Setting API key for global use

To set-up a global API key:

> blockcypher.setup.apikey myapikey
Setting BlockCypher API key for all users.

Using per-user API keys

A user may set-up their own API key:

> blockcypher.setup.apikey --self myapikey
Setting BlockCypher API key for the current user.

Permissions

Package (synapse-blockcypher) defines the following permissions:
power-ups.blockcypher.user       : Controls user access to Synapse-BlockCypher. ( default: false )

You may add rules to users/roles directly from storm:

> auth.user.addrule visi power-ups.blockcypher.user
Added rule power-ups.blockcypher.user to user visi.

or:

> auth.role.addrule ninjas power-ups.blockcypher.user
Added rule power-ups.blockcypher.user to role ninjas.

Exported APIs

Synapse-BlockCypher does not currently export any APIs.

Workflows

Synapse-BlockCypher provides the following workflows in Optic:

Title: Configuration

Node Actions

Synapse-BlockCypher provides the following node actions in Optic:

Name : transactions
Desc : Load transactions for the given crypto currency address.
Forms: crypto:currency:address

Name : enrich transaction
Desc : Enrich a transaction with data from Blockcypher
Forms: crypto:currency:transaction