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
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
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