From f332138aa0aeeadf59d5b4a64c1e4008fd986fb5 Mon Sep 17 00:00:00 2001 From: daletyler1737 <114661641+daletyler1737@users.noreply.github.com> Date: Fri, 10 Apr 2026 10:52:52 +0800 Subject: [PATCH] Add RustChain - Proof-of-Antiquity blockchain --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecaaedb..9106437 100644 --- a/README.md +++ b/README.md @@ -463,6 +463,7 @@ that makes it happen. That's the magic behind the proof of work. ##### Blockchain from Scratch - JavaScript Version +* [RustChain](https://github.com/Scottcjn/Rustchain) - Proof-of-Antiquity blockchain that rewards vintage hardware. Old computers earn more than new ones. ```js class Block {