Admin Guide

Synapse-Chainalysis Admin Guide

Getting Started

Check with your Admin to enable permissions and find out if you need a personal API key.

Configuration

Synapse-Chainalysis is scoped to multiple Chainalysis products. Each product is configured independently; API keys, tag prefixes, and proxy/SSL settings are scoped to a single product and do not carry over to another.

The initial release supports the following product:

Chainalysis Data Solutions

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

Setting the configuration for global use

To set-up a global Data Solutions configuration:

> chainalysis.config.add ds global_config global_apikey --no-check-apikey
Synapse-Chainalysis ds config "global_config" added
Creating a configuration for role-based use

Add an unscoped Data Solutions configuration:

> chainalysis.config.add ds myunscoped myapikey --scope unscoped --no-check-apikey
Synapse-Chainalysis ds config "myunscoped" added

Grant another user admin permissions to the new configuration:

> chainalysis.config.update ds myunscoped --perm user visi admin
Updated Synapse-Chainalysis ds config "myunscoped"

Grant a role read permissions to the new configuration:

> chainalysis.config.update ds myunscoped --perm role ninjas read
Updated Synapse-Chainalysis ds config "myunscoped"
Overriding the proxy configuration

In order to override the default proxy configuration in the Cortex the user must have the power-ups.chainalysis.admin or storm.lib.inet.http.proxy permission.

When the proxy configuration is set to (false) or a URL the permission will be checked when a configuration is created/updated, and when it is used to make an HTTP request.

Dependencies

Synapse-Chainalysis does not have any dependencies.

Permissions

Package (synapse-chainalysis) defines the following permissions:
power-ups.chainalysis.user       : Controls user access to Synapse-Chainalysis. ( default: false )
power-ups.chainalysis.admin      : Controls access to Synapse-Chainalysis admin options. ( default: false )

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

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

or:

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

Workflows

Synapse-Chainalysis provides the following workflows in Optic:

Title: Configuration

Node Actions

Synapse-Chainalysis does not provide any node actions in Optic.