From 03608764a48c3d9c2bcec15b9d2008afe0f9638b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87elik?= Date: Tue, 27 Jan 2026 17:24:31 +0300 Subject: [PATCH 1/3] feat: add Temhem Builder Pass to ecosystem This contribution adds 'Temhem Builder Pass' to the Base ecosystem project list. Temhem Builder Pass is an onchain utility and loyalty system deployed on Base, designed to certify builder identities and track contributions within the Temhem ecosystem. Contract Address: 0x17D5E86F83060E66A213D57375B8997576E48367 Chain: Base Mainnet --- apps/web/data/ecosystem/temhem-builder-pass/metadata.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apps/web/data/ecosystem/temhem-builder-pass/metadata.json diff --git a/apps/web/data/ecosystem/temhem-builder-pass/metadata.json b/apps/web/data/ecosystem/temhem-builder-pass/metadata.json new file mode 100644 index 00000000000..ecc40b46570 --- /dev/null +++ b/apps/web/data/ecosystem/temhem-builder-pass/metadata.json @@ -0,0 +1,7 @@ +{ + "name": "Temhem Builder Pass", + "description": "A loyalty and builder pass system on Base, certifying onchain contribution and identity for the Temhem ecosystem.", + "url": "https://thirdweb.com/base/0x17D5E86F83060E66A213D57375B8997576E48367", + "category": "utility", + "chain": 8453 +} From 5936d2d96a20300cc120bb4aa3a22110ab3d2c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87elik?= Date: Fri, 30 Jan 2026 18:57:11 +0300 Subject: [PATCH 2/3] Update ecosystem.json This repository is a technical log of my smart contract development on the Base Mainnet. It documents contract deployments (ERC-20, Simple Counters) and on-chain interactions using Solidity. Focused on building a verifiable developer reputation within the Base ecosystem through consistent code commits and smart contract life-cycle management. #solidity #base #web3 --- apps/web/src/data/ecosystem.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index ed994d69f68..b9b9f9c3ed0 100644 --- a/apps/web/src/data/ecosystem.json +++ b/apps/web/src/data/ecosystem.json @@ -4768,3 +4768,11 @@ "subcategory": "bridge" } ] + { + "name": "temhem.base.eth", + "description": "Base Smart Contract Developer and Web3 Enthusiast.", + "url": "https://github.com/temhemc/my-base-journey", + "imageUrl": "/images/partners/base.png", + "category": "Social", + "networks": ["base"] + } From dbce6af77a2d5f44e9b99dfeccc4f3e6df2489b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87elik?= Date: Fri, 30 Jan 2026 19:19:53 +0300 Subject: [PATCH 3/3] Update ecosystem.json I am adding my builder profile to the ecosystem data. I have been actively deploying smart contracts on Base Mainnet and contributing to the community. Basename: temhem.base.eth Purpose: To showcase active builders within the Base ecosystem. Category: Social / Developer Tools #base #builder #smart-contracts --- apps/web/src/data/ecosystem.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index b9b9f9c3ed0..7fc8fb5b56f 100644 --- a/apps/web/src/data/ecosystem.json +++ b/apps/web/src/data/ecosystem.json @@ -4775,4 +4775,12 @@ "imageUrl": "/images/partners/base.png", "category": "Social", "networks": ["base"] + }, + { + "name": "temhem.base.eth", + "description": "Base Smart Contract Developer and Open Source Contributor.", + "url": "https://github.com/temhemc/my-base-journey", + "imageUrl": "/images/partners/base.png", + "category": "Social", + "networks": ["base"] }