From b6fa2ed508bb8e16cadb6333f435e1981b95be11 Mon Sep 17 00:00:00 2001 From: ddtrvlr <117272307+wearedood@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:37:41 +0200 Subject: [PATCH 1/3] Add Project Specific section with Arbitrum and Aztec grants Resolves #15415 Added new Project Specific section to the grants page with: - Arbitrum Grants program (Arbitrum DAO and The Arbitrum Foundation) - Aztec Grants Program (Noir language and Aztec network) This addresses the request to include project-specific grant programs on the Ethereum grants page. --- public/content/community/grants/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/content/community/grants/index.md b/public/content/community/grants/index.md index de050fc8904..5600842cad2 100644 --- a/public/content/community/grants/index.md +++ b/public/content/community/grants/index.md @@ -63,6 +63,13 @@ These programs focus on funding projects that benefit the broader community, pub - [Quadratic Accelerator](https://qacc.giveth.io/) - _Start-up accelerator program that uses quadratic funding to support projects that benefit the public good_ +## Project Specific {#project-specific} + +Grant programs specific to particular blockchain projects and ecosystems: + +- [Arbitrum Grants](https://arbitrum.foundation/grants) — Arbitrum DAO and [The Arbitrum Foundation](https://arbitrum.foundation/) +- [Aztec Grants Program](https://aztec.network/grants) — Noir language and the [Aztec](https://aztec.network/) network + ## Work in Ethereum {#work-in-ethereum} Not ready to start your own project? There are hundreds of companies actively looking for passionate individuals to work in and contribute to the Ethereum ecosystem. Looking for more information? [Check out Ethereum related jobs](/community/get-involved/#ethereum-jobs) From dcca51c6de3e6d8bbfe76901226ad6a50dc0b1a9 Mon Sep 17 00:00:00 2001 From: ddtrvlr <117272307+wearedood@users.noreply.github.com> Date: Fri, 15 Aug 2025 14:00:25 +0200 Subject: [PATCH 2/3] Add ETHDimsum meetup to community meetups list Resolves #15402 Added ETHDimsum meetup for Guangdong, Hong Kong, Macao region: - Title: ETHDimsum - Location: Guangdong, Hong Kong, Macao - Link: https://lu.ma/user/usr-lrp0c-hpIYWGoK4 This addresses the request to add ETHDimsum to the Ethereum meetups list. --- src/data/community-meetups.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/data/community-meetups.json b/src/data/community-meetups.json index f1e56f329c7..57dd959c755 100644 --- a/src/data/community-meetups.json +++ b/src/data/community-meetups.json @@ -46,6 +46,12 @@ "emoji": ":hong_kong:", "location": "Hong Kong", "link": "https://twitter.com/852devxyz" + }, + { + "title": "ETHDimsum", + "emoji": ":hong_kong:", + "location": "Guangdong, Hong Kong, Macao", + "link": "https://lu.ma/user/usr-lrp0c-hpIYWGoK4" }, { "title": "Ethereum Ecuador", From a41c1f4c17077349e37f56f48580ca44013b9927 Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Mon, 18 Aug 2025 12:52:50 -0600 Subject: [PATCH 3/3] cleanup --- public/content/community/grants/index.md | 9 ++------- src/data/community-meetups.json | 6 ------ 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/public/content/community/grants/index.md b/public/content/community/grants/index.md index 5600842cad2..792b4c50f36 100644 --- a/public/content/community/grants/index.md +++ b/public/content/community/grants/index.md @@ -32,6 +32,8 @@ These general platforms offer broad coverage of grants across the entire Web3 sp - [Grant Programs Viewer](https://airtable.com/shr86elKgWTSCP4AY) - _Public Airtable database of grant programs_ - [Web3 Grants Spreadsheet](https://docs.google.com/spreadsheets/d/1c8koZCI-GLnD8MG-eFcXPOBCNu1v8-aXIfwAAvc7AMc/edit#gid=0) - _Google spreadsheet of Web3 grant opportunities_ +- [Arbitrum Grants](https://arbitrum.foundation/grants) — Arbitrum DAO and [The Arbitrum Foundation](https://arbitrum.foundation/) +- [Aztec Grants Program](https://aztec.network/grants) — Noir language and the [Aztec](https://aztec.network/) network ### For DeFi projects and financial applications {#for-defi-projects} @@ -63,13 +65,6 @@ These programs focus on funding projects that benefit the broader community, pub - [Quadratic Accelerator](https://qacc.giveth.io/) - _Start-up accelerator program that uses quadratic funding to support projects that benefit the public good_ -## Project Specific {#project-specific} - -Grant programs specific to particular blockchain projects and ecosystems: - -- [Arbitrum Grants](https://arbitrum.foundation/grants) — Arbitrum DAO and [The Arbitrum Foundation](https://arbitrum.foundation/) -- [Aztec Grants Program](https://aztec.network/grants) — Noir language and the [Aztec](https://aztec.network/) network - ## Work in Ethereum {#work-in-ethereum} Not ready to start your own project? There are hundreds of companies actively looking for passionate individuals to work in and contribute to the Ethereum ecosystem. Looking for more information? [Check out Ethereum related jobs](/community/get-involved/#ethereum-jobs) diff --git a/src/data/community-meetups.json b/src/data/community-meetups.json index 57dd959c755..f1e56f329c7 100644 --- a/src/data/community-meetups.json +++ b/src/data/community-meetups.json @@ -46,12 +46,6 @@ "emoji": ":hong_kong:", "location": "Hong Kong", "link": "https://twitter.com/852devxyz" - }, - { - "title": "ETHDimsum", - "emoji": ":hong_kong:", - "location": "Guangdong, Hong Kong, Macao", - "link": "https://lu.ma/user/usr-lrp0c-hpIYWGoK4" }, { "title": "Ethereum Ecuador",