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.