Single class library that go to and from serialised bitcoin transaction format and the bitcoin core object string format. Also refered to as bitcoin dump format. For more details on the dump format please see: https://en.bitcoin.it/wiki/Dump_format
See the test directories instance data for more examples.
This library is NOT production ready and should be used only for educational purposes at this stage. Limitations include:
to do
- CTransaction
- CTxIn
- CTxOut
to do
to do
to do
to do
Run current tests using:
npm test
These tests use the Jest test framework.