From 7e7fb1e35adf4ba4350b5fbe1b037d465a3e9c42 Mon Sep 17 00:00:00 2001 From: Jimmy-Ma-binance <119401228+Jimmy-Ma-binance@users.noreply.github.com> Date: Fri, 21 Mar 2025 18:06:33 +0800 Subject: [PATCH 1/2] Update list.json --- web/list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/web/list.json b/web/list.json index 467b2f9..8c1e5ea 100644 --- a/web/list.json +++ b/web/list.json @@ -26,5 +26,16 @@ "guide": "", "otherLink": "https://www.bnbchain.org/en/solutions/ai-agent", "imgUrl": "https://cms-static.bnbchain.org/dcms/static/48d2b530-ec55-4ece-b57a-132ad9c5058e.png" + }, + { + "caseTitle": "EIP 7702 - Demo", + "caseDesc": "This project demonstrates the implementation of EIP7702 (Account Abstraction via Authorized Operations) on BNB Smart Chain (BSC)", + "tags": ["BSC"], + "github": "https://github.com/bnb-chain/example-hub/tree/main/go/eip7702-demo", + "replit": "https://replit.com/@BNBChainDev/EIP-7702-Demo?embed=true", + "video": {}, + "guide": "", + "otherLink": "https://www.bnbchain.org/en/blog/bnb-chain-announces-pascal-hard-fork", + "imgUrl": "https://cms-static.bnbchain.org/dcms/static/303d0c6a-af8f-4098-a2d0-a5b96ef964ba.png" } ] From c6de2d007d8959637ac94240cb8e15c1ba5ab79e Mon Sep 17 00:00:00 2001 From: Jimmy-Ma-binance <119401228+Jimmy-Ma-binance@users.noreply.github.com> Date: Fri, 21 Mar 2025 18:08:41 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc1dc55..b1b1f1c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -image# Example Hub +# Example Hub A hub of frontend, agent kits, and smart contract examples for BNB Chain developers. Build and innovate with ready-to-use resources.