This repository contains code for various blockchain. Code implementation is associated with "Generate key + address" & "Sign + Send transactions"
Refer to https://iancoleman.io/bip39/
- Implementation is intentionally separated into MainNet & TestNet to reduce application & business logic. This also helps make independent testing and feature verification easier
- Signing feature only consist of co-signing and may not consist of additional implementation to handle UTXO, Combine PSBT or handle different address format
To run code script:
$ node [file]
Install NPM modules on fresh deployment:
$ npm install
Running test suite:
$ npm test