> 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

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.
