From 689de7d9afd5c59e130b8a1f5df9fb6db59ba9a6 Mon Sep 17 00:00:00 2001 From: AdnanMehr8 Date: Mon, 23 Feb 2026 00:15:23 +0500 Subject: [PATCH] Add RustChain: Proof-of-Antiquity blockchain for vintage hardware --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecaaedb..294ec34 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ by Xavier Decuyper, July 2017 ### Rust +- [RustChain](https://rustchain.org) - A blockchain powered by Proof-of-Antiquity consensus that rewards vintage hardware. **Building Blockchain in Rust Series** by Jacob Lindahl, GeekLaunch, [(Source)](https://github.com/GeekLaunch/blockchain-rust), [(Slide Decks in PDF)](https://github.com/GeekLaunch/slides) - [**Part 1: Blocks and Hashing**](https://medium.com/geeklaunch/blockchain-in-rust-01-blocks-hashing-4192f2265d3d), January 2019