Skip to content

Adding support for new blockchains

Micky Socaci edited this page Sep 25, 2018 · 1 revision

Fork this repo.

add your identifier in src/core/blockchain.ts

copy src/blockchain/ethereum to src/blockchain/yourblockchain and create your types

add your class indexer into src/class.store.ts

copy test/ethereum to test/yourblockchain and update the tests

make sure to add your testrpc setup scripts in the /scripts folder

Once complete, submit a PR.

Clone this wiki locally