https://github.com/tahinli/rust-blockchain
Blockchain in Rust
https://github.com/tahinli/rust-blockchain
blockchain network rust
Last synced: 9 months ago
JSON representation
Blockchain in Rust
- Host: GitHub
- URL: https://github.com/tahinli/rust-blockchain
- Owner: Tahinli
- License: gpl-3.0
- Created: 2024-05-19T23:18:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-07T08:08:40.000Z (10 months ago)
- Last Synced: 2025-09-29T23:55:16.026Z (9 months ago)
- Topics: blockchain, network, rust
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-blockchain
It's a simple blockchain project that is based on server-client structure not p2p connection. Normally it should be p2p but since I want to focus on structure not the actual network strategy, it's enough for now.