Getting Started
To add rust-bitcoin
to your project, run:
cargo add bitcoin
If you are just exploring you probably want to use the "rand-std" feature so you can generate random keys:
cargo add bitcoin --features=rand-std
To add rust-bitcoin
to your project, run:
cargo add bitcoin
If you are just exploring you probably want to use the "rand-std" feature so you can generate random keys:
cargo add bitcoin --features=rand-std