No description
Find a file
Ahmet Kaan GÜMÜŞ d65133d55a docs: 📝 readme
2024-06-08 02:54:07 +03:00
configs feat: client side basics 2024-05-24 03:19:35 +03:00
src fix: 🚑 non checking genesis block in consensus 2024-06-06 01:35:00 +03:00
.gitignore feat: server side basics 2024-05-23 04:13:05 +03:00
Cargo.toml feat: receive calculated block for server 2024-05-29 03:54:54 +03:00
LICENSE Initial commit 2024-05-20 02:18:43 +03:00
README.md docs: 📝 readme 2024-06-08 02:54:07 +03:00

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.