> For the complete documentation index, see [llms.txt](https://docs.idexo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.idexo.com/how-to-add-a-new-blockchain.md).

# 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](https://github.com/ZIPWeb3/idexo-engine-sdk), 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.
