Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koushiro/rust-bips
A collection of BIP crates: BIP-0039
https://github.com/koushiro/rust-bips
bip32 bip39 bip44 bitcoin mnemonic rust
Last synced: 3 days ago
JSON representation
A collection of BIP crates: BIP-0039
- Host: GitHub
- URL: https://github.com/koushiro/rust-bips
- Owner: koushiro
- License: apache-2.0
- Created: 2020-11-23T07:54:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T04:50:37.000Z (6 months ago)
- Last Synced: 2025-01-20T03:18:07.012Z (11 days ago)
- Topics: bip32, bip39, bip44, bitcoin, mnemonic, rust
- Language: Rust
- Homepage:
- Size: 252 KB
- Stars: 29
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-bips
[![codecov-svg]][codecov-url]
[![deps-svg]][deps-url][codecov-svg]: https://img.shields.io/codecov/c/github/koushiro/rust-bips
[codecov-url]: https://codecov.io/gh/koushiro/rust-bips
[deps-svg]: https://deps.rs/repo/github/koushiro/rust-bips/status.svg
[deps-url]: https://deps.rs/repo/github/koushiro/rust-bipsA collection of [`BIPs`](https://github.com/bitcoin/bips) crates implemented by rust.
## Crates
| Name | Crates.io | Documentation | Build Status |
|--------------------------------|---------------------------------------------|-----------------------------------------|--------------------|
| [`bip0039`](bip0039/README.md) | [![bip0039-crates-svg]][bip0039-crates-url] | [![bip0039-docs-svg]][bip0039-docs-url] | ![bip0039-gha-svg] |
| [`bip0032`](bip0032/README.md) | [![bip0032-crates-svg]][bip0032-crates-url] | [![bip0032-docs-svg]][bip0032-docs-url] | ![bip0032-gha-svg] |[bip0039-crates-svg]: https://img.shields.io/crates/v/bip0039
[bip0039-crates-url]: https://crates.io/crates/bip0039
[bip0039-docs-svg]: https://docs.rs/bip0039/badge.svg
[bip0039-docs-url]: https://docs.rs/bip0039
[bip0039-gha-svg]: https://github.com/koushiro/rust-bips/workflows/bip0039/badge.svg[bip0032-crates-svg]: https://img.shields.io/crates/v/bip0032
[bip0032-crates-url]: https://crates.io/crates/bip0032
[bip0032-docs-svg]: https://docs.rs/bip0032/badge.svg
[bip0032-docs-url]: https://docs.rs/bip0032
[bip0032-gha-svg]: https://github.com/koushiro/rust-bips/workflows/bip0032/badge.svg## License
Licensed under either of
- [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
- [MIT License](http://opensource.org/licenses/MIT)at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.