WhiteflagProtocol / whiteflag-api

Reference implementation of the Whiteflag protocol in Node.js that acts as an API to connect applications with the underlying blockchains
https://api.whiteflagprotocol.org
Other
4 stars 5 forks source link

Implement Bitcoin connector #1

Closed ts5746 closed 2 years ago

ts5746 commented 5 years ago

Add a bitcoin.js module to lib/blockchains implementing all the required function as per the lib/blockchains.js module, with a corresponding config section in config/blockchains.toml, to be able to use the Bitcoin blockchain for Whiteflag.

ts5746 commented 5 years ago

Open todo's after first review:

ts5746 commented 5 years ago

Open todo's related to Bitcoin-specific tracking of account funds.

First attempt:

Work-in-progress:

ts5746 commented 3 years ago

Completed major walk-through and clean-up. Compiled jsdoc for documentation review. The listener.js module and certain other too complex functions still need some refactoring.

ts5746 commented 2 years ago

Completed refactoring and integration of Bitcoin and merged into main development branch.