Skip to content

Commit 6c7c21b

Browse files
committed
♻️ refactor(demos): rename taco-aa-signing to taco-mdt-aa-signing
- Rename demo folder to be MetaMask Delegation Toolkit specific - Update package name to taco-mdt-aa-signing-demo - Update README title to include "MetaMask Delegation Toolkit" - Add note explaining MDT-specific implementation requirements - Update main demos README link reference Addresses Derek's feedback in PR nucypher#693 about making the demo more specific to MetaMask's Delegation Toolkit implementation.
1 parent 8b8d90a commit 6c7c21b

File tree

7 files changed

+7
-5
lines changed

7 files changed

+7
-5
lines changed

demos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
- [`taco-demo`](./taco-demo) - A demo of the `@nucypher/taco` library.
44
- [`taco-nft-demo`](./taco-nft-demo) - A demo an NFT-based condition using the
55
`@nucypher/taco` library.
6-
- [`taco-aa-signing`](./taco-aa-signing) - A demo showing TACo distributed signing with MetaMask Delegation Toolkit Account Abstraction wallets.
6+
- [`taco-mdt-aa-signing`](./taco-mdt-aa-signing) - A demo showing TACo distributed signing with MetaMask Delegation Toolkit Account Abstraction wallets.
File renamed without changes.

demos/taco-aa-signing/README.md renamed to demos/taco-mdt-aa-signing/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# TACo Account Abstraction Demo
1+
# TACo MetaMask Delegation Toolkit Account Abstraction Demo
22

3-
Shows how to create smart accounts with TACo's distributed threshold signatures and execute real transactions using Account Abstraction.
3+
Shows how to create smart accounts with TACo's distributed threshold signatures and execute real transactions using Account Abstraction with the MetaMask Delegation Toolkit.
4+
5+
> **Note**: This demo is specifically built for MetaMask's Delegation Toolkit implementation of Account Abstraction. Some steps (like creating a placeholder viem account) are required due to MDT's architecture.
46
57
## What This Demo Does
68

demos/taco-aa-signing/package.json renamed to demos/taco-mdt-aa-signing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "taco-aa-signing-demo",
2+
"name": "taco-mdt-aa-signing-demo",
33
"version": "0.1.0",
44
"description": "A demo showing TACo distributed signing with Account Abstraction wallets",
55
"private": true,
@@ -27,4 +27,4 @@
2727
"tsx": "^4.20.4",
2828
"typescript": "^5.7.2"
2929
}
30-
}
30+
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)