Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions extension/AGENTS.md.args.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
export const extraProjectOverview = `
### About This Extension

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.
`;

export const extraSections = `
## Extension Details

### Smart Contract

- \`YourToken.sol\`: A basic ERC-20 token contract located in the contracts directory.

### Frontend

- \`/example\`: A dedicated page to interact with the ERC-20 token (mint, transfer, check balances).
`;

// If this is passed it will override the full content of the AGENTS.md file
export const fullContentOverride = "";