bitcoinml icon indicating copy to clipboard operation
bitcoinml copied to clipboard

Bitcoin data-structures library for OCaml

Results 3 bitcoinml issues
Sort by recently updated
recently updated
newest added

For better handling script templates, we create template modules for each standard script template: - [x] Pubkey - input - [x] Pubkey - output - [x] Pubkey - test -...

enhancement
script

Integrate bitcoin network protocol message parse and serialize. - [x] Move message.ml* from caravand to proto.ml* in bitcoinml - [x] Docs - [ ] Integrate tests

protocol
test

- [ ] Modify Script apis to allow passing of segwit stack data - [x] Enable spendable_by for witness addresses - [ ] Provide a Script.verify working implementation - [...

protocol
test
script