From 1e1cf076ca211b643f3b4413923d1d9dc05f4fa2 Mon Sep 17 00:00:00 2001 From: Archie Date: Thu, 2 May 2024 15:11:02 +0100 Subject: [PATCH] Add 49 Account Abstraction to README Basic Tasks section --- README-CN.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-CN.md b/README-CN.md index 5cc935bd1..c7a1158e5 100644 --- a/README-CN.md +++ b/README-CN.md @@ -167,6 +167,7 @@ DAPP架构请参考文章--[从架构维度看Web2.0与Web3.0应用之别](https 46. [NFT Floor Perps](https://www.paradigm.xyz/2021/08/floor-perps/) ⬜ 47. [TWAMM: Time-Weighted Average Market Maker](https://www.paradigm.xyz/2021/07/twamm/) ⬜ 48. [ZK Voting](basic/48-ZK-Voting) ⌛ +49. [Account Abstraction](basic/49-aa) ✅ 50. [solidity security](basic/50-solidity-security) ✅ 51. [sniper](https://github.com/Supercycled/cake_sniper.git) ⬜ 52. [Governace](https://github.com/withtally/safeguard) ⬜ diff --git a/README.md b/README.md index eda123dee..ce50d906c 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ You are welcome to PR improvements to existing tutorial projects or to create mo 46. [NFT Floor Perps](https://www.paradigm.xyz/2021/08/floor-perps/) ⬜ 47. [TWAMM: Time-Weighted Average Market Maker](https://www.paradigm.xyz/2021/07/twamm/) ⬜ 48. [ZK Voting](basic/48-ZK-Voting) ⌛ +49. [Account Abstraction](basic/49-aa) ✅ 50. [solidity security](basic/50-solidity-security) ✅ 51. [sniper](https://github.com/Supercycled/cake_sniper.git) ⬜ 52. [Governance](https://github.com/withtally/safeguard) ⬜