bitcoinml
bitcoinml copied to clipboard
Bitcoin data-structures library for OCaml
For better handling script templates, we create template modules for each standard script template: - [x] Pubkey - input - [x] Pubkey - output - [x] Pubkey - test -...
Integrate bitcoin network protocol message parse and serialize. - [x] Move message.ml* from caravand to proto.ml* in bitcoinml - [x] Docs - [ ] Integrate tests
- [ ] Modify Script apis to allow passing of segwit stack data - [x] Enable spendable_by for witness addresses - [ ] Provide a Script.verify working implementation - [...