You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an example ERC-20 extension built on top of Scaffold-ETH 2. It adds a custom ERC-20 token contract with a frontend interface for minting and transferring tokens.
5
+
`;
6
+
7
+
exportconstextraSections=`
8
+
## Extension Details
9
+
10
+
### Smart Contract
11
+
12
+
- \`YourToken.sol\`: A basic ERC-20 token contract located in the contracts directory.
13
+
14
+
### Frontend
15
+
16
+
- \`/example\`: A dedicated page to interact with the ERC-20 token (mint, transfer, check balances).
17
+
`;
18
+
19
+
// If this is passed it will override the full content of the AGENTS.md file
0 commit comments