From 19c4194ef1bdd4ff5d8dee24a3ae3bd221ce42b5 Mon Sep 17 00:00:00 2001 From: Abhishek Shah Date: Thu, 19 Dec 2024 20:12:16 +0530 Subject: [PATCH] Update submissions.json --- submissions.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/submissions.json b/submissions.json index 57cc6c4..1b192c5 100644 --- a/submissions.json +++ b/submissions.json @@ -22,5 +22,14 @@ "https://medium.com/@brunopgalvao/deploying-your-first-contract-to-polkadot-in-5minutes-5cf190601b99", "https://www.youtube.com/watch?v=TwT2eX58Rc8" ] + }, + { + "author": "weezy20", + "description": "Created a developer friendly tool (local-polkadot) used to cache & spin up a polkadot-js-apps instance and run a warp-sync polkadot node requiring minimal system (just yarn) dependencies", + "evidence": [ + "https://forum.polkadot.network/t/introducing-local-polkadot/10952", + "https://crates.io/crates/local-polkadot", + "https://github.com/weezy20/local-polkadot" + ] } ]