-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
85fb904 Attempt to improve the introduction (Tobin C. Harding) 487ac0f Add a getting_started page (Tobin C. Harding) 93efdca Remove the license badge from the top of the intro page (Tobin C. Harding) Pull request description: Attempt to improve the introduction page. ACKs for top commit: realeinherjar: ACK 85fb904 Tree-SHA512: 4ac95d77b3985063475e92e2c5397e1478d02e09fcf5e32210197c9210909b35167d16a8360ea159f9c99283a739dc0f991db114159602553125ff01be91cc0a
- Loading branch information
Showing
3 changed files
with
29 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Getting Started | ||
|
||
To add `rust-bitcoin` to your project, run: | ||
|
||
```bash | ||
cargo add bitcoin | ||
``` | ||
|
||
If you are just exploring you probably want to use the "rand-std" feature so you can generate random keys: | ||
|
||
```bash | ||
cargo add bitcoin --features=rand-std | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters