Supports (or should support)
- Generation of mnemonic phrases
- Importing of mnemonic phrases
- Generation of Hierarchical Deterministic (HD) wallets
- Importing of HD wallets
- Support for Bitcoin, Ethereum, and other blockchains
Rust can be installed using your package manager of choice or rustup.rs.
The library can be built and tested using cargo
:
git clone git@github.com:walletd/walletd.git
cd walletd
cargo build
You can run tests with:
cargo test
Please refer to the cargo
documentation for more detailed instructions.
Docs can be built using the following:
cargo doc --no-deps --open
If you are interested in contributing to WalletD, please take a look at our CONTRIBUTING.
WalletD is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.