Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 514 Bytes

extending-blockchain-support.md

File metadata and controls

5 lines (3 loc) · 514 Bytes

Extending blockchain support

Support for additional blockchains and currency types can be added by implementing Network and Currency subclasses and placing them in .network.js and .currency.js files under src/blockchain folder.

See tron.network.js and trc20.currency.js as examples of network and currency implementations.