This the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Add your Coin

For the server to be able to index a blockchain, a plugin is needed that translates blockchain RPC/API requests and responses.

The following info must be obtained to fully index any blockchain:

To send transactions to the blockchain network plugins must also be able to send raw transactions and implement:

Plugin SDK

The Plugin SDK is a module we’ve developed to assist in the creation and local testing of new blockchain plugins.

The SDK is a NodeJs/npm package that gives you a skeleton implementation of a complete plugin with unit tests.

Read more about the plugin sdk