Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strader07/blockchain-with-rust
build your own blockchain with rust
https://github.com/strader07/blockchain-with-rust
bitcoin blockchain cryptocurrency decentralized rust rust-lang transaction utxo
Last synced: 5 days ago
JSON representation
build your own blockchain with rust
- Host: GitHub
- URL: https://github.com/strader07/blockchain-with-rust
- Owner: strader07
- Created: 2021-06-08T20:20:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-09T04:27:38.000Z (over 3 years ago)
- Last Synced: 2024-10-26T19:02:09.618Z (23 days ago)
- Topics: bitcoin, blockchain, cryptocurrency, decentralized, rust, rust-lang, transaction, utxo
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blockchain-with-rust
build your own blockchain with rust## how to run
```rust
cargo run
```