Skip to content

Commit aeef608

Browse files
add AGENTS.md example args (#116)
1 parent a358561 commit aeef608

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

extension/AGENTS.md.args.mjs

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
export const extraProjectOverview = `
2+
### About This Extension
3+
4+
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+
export const extraSections = `
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
20+
export const fullContentOverride = "";

0 commit comments

Comments
 (0)