Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 253 Bytes

File metadata and controls

13 lines (9 loc) · 253 Bytes

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