https://github.com/interlay/bitcoin-lib
https://github.com/interlay/bitcoin-lib
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/interlay/bitcoin-lib
- Owner: interlay
- Created: 2020-11-26T16:37:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T16:37:58.000Z (over 5 years ago)
- Last Synced: 2025-01-14T01:48:39.778Z (over 1 year ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin Lib
Pure Rust Bitcoin library with `no_std` support. Uses [libsecp256k1](https://github.com/paritytech/libsecp256k1) for key types.
## Crates
- [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)
- [BIP47](https://github.com/bitcoin/bips/blob/master/bip-0047.mediawiki)