Admin Guide

Synapse-Blockchair Admin Guide

Configuration

Synapse-Blockchair does not require a Blockchair API key, but may have reduced query limits when used without a key. For information on how to sign up, please visit the Blockchair API documentation.

Setting API key for global use

To set-up a global API key:

> blockchair.setup.apikey myapikey
Setting Blockchair API key for all users.

Using per-user API keys

A user may set-up their own API key:

> blockchair.setup.apikey --self myapikey
Setting Blockchair API key for the current user.

Permissions

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

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

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

or:

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

Exported APIs

Synapse-Blockchair does not currently export any APIs.

Workflows

Synapse-Blockchair provides the following workflows in Optic:

Title: Configuration

Node Actions

Synapse-Blockchair provides the following node actions in Optic:

Name : blockchair.enrich
Desc : Enrich nodes using Synapse-Blockchair
Forms: crypto:currency:transaction

Onload Events

Synapse-Blockchair does not use any onload events.