From 4f003da5145fe26e72b15be49d6231d52c5e0867 Mon Sep 17 00:00:00 2001 From: Advaita Saha Date: Sun, 25 Sep 2022 12:49:43 +0530 Subject: [PATCH] solidity technology and good-first-issue solidity repo --- data.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 819a412..a89a00a 100644 --- a/data.json +++ b/data.json @@ -9,9 +9,19 @@ "technologies": { ".NET": "net", "C#": "c-1", - "C++": "c-2" + "C++": "c-2", + "Solidity": "solidity" }, "repositories": [ + { + "name": "Metafy Web3 Smart-Contracts", + "link": "https://github.com/metafy-social/web3-smart-contracts", + "label": "good first issue", + "technologies": [ + "Solidity" + ], + "description": "A compilation of smart-contracts in the web3 space, all in a simple and collective space of hardhat for you to refer anytime." + }, { "name": "MvvmCross", "link": "https://github.com/MvvmCross/MvvmCross",