https://github.com/lambdaclass/programming_bitcoin_in_rust
Implementing the book "Programming Bitcoin" in Rust
https://github.com/lambdaclass/programming_bitcoin_in_rust
Last synced: about 1 year ago
JSON representation
Implementing the book "Programming Bitcoin" in Rust
- Host: GitHub
- URL: https://github.com/lambdaclass/programming_bitcoin_in_rust
- Owner: lambdaclass
- License: mit
- Created: 2022-06-10T22:20:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T22:04:36.000Z (over 3 years ago)
- Last Synced: 2025-03-24T01:23:57.287Z (about 1 year ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 22
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Programming Bitcoin in Rust
This is a work in progress. We're implementing the book "Programming Bitcoin" in Rust as an exercise to learn both about Rust and the inner workings of Bitcoin.
Each chapter may have different implementations, produced by different developer teams.
The code might not be perfect, as for many this is their first contact with Rust.
Enjoy!