From 60e9ba4fd9cf88fd677911599d945f1de7f5dfa6 Mon Sep 17 00:00:00 2001 From: abcoathup Date: Mon, 2 Jun 2025 13:03:36 +1000 Subject: [PATCH 1/2] add member projects --- docs/membership.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/docs/membership.md b/docs/membership.md index 392892b..7025a75 100644 --- a/docs/membership.md +++ b/docs/membership.md @@ -4,6 +4,27 @@ sidebar_position: 3 # Membership -## Pilot 1 +## Pilot projects -*Pending.* \ No newline at end of file +### Smart contract languages +* [Solidity](https://soliditylang.org/) +* [Vyper](https://vyperlang.org/) + +### Client libraries +* [ethers.js](https://ethers.org/) +* [Nethereum](https://nethereum.com/) +* [viem](https://viem.sh/) +* [web3.py](https://web3py.readthedocs.io/) +* [Web3j](https://docs.web3j.io/) + +### Frameworks and developer environments +* [Ape](https://docs.apeworx.io/ape/stable/userguides/quickstart.html) +* [Foundry](https://getfoundry.sh/) +* [Scaffold-ETH](https://scaffoldeth.io/) + +### Standardization tooling +* [Sourcify](https://sourcify.dev/) + +## Guild coordinators +* [Conor Svensson](https://x.com/ConorSvensson) (founder) +* [Andrew B Coathup](https://x.com/abcoathup) \ No newline at end of file From 6cf62587bb1a00285ad9d87ab96caa00322312a0 Mon Sep 17 00:00:00 2001 From: abcoathup Date: Mon, 2 Jun 2025 19:18:57 +1000 Subject: [PATCH 2/2] add alloy --- docs/membership.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/membership.md b/docs/membership.md index 7025a75..f27020c 100644 --- a/docs/membership.md +++ b/docs/membership.md @@ -11,6 +11,7 @@ sidebar_position: 3 * [Vyper](https://vyperlang.org/) ### Client libraries +* [alloy](https://alloy.rs/) * [ethers.js](https://ethers.org/) * [Nethereum](https://nethereum.com/) * [viem](https://viem.sh/)