How To Add A New Blockchain

This describes how to add a new blockchain integration to the SDK yourself. This is mainly targeted at blockchain protocol developers, however anyone can add an integration.

To add a new blockchain, fork the idexo-engine-sdk repository, create a new class file that represents the blockchain (i.e. BlockchainName.js, where BlockchainName is the name of the blockchain you are integrating, making sure that it doesn't conflict with any existing named files) and submit a pull request.

Last updated