diff --git a/extension/AGENTS.md.args.mjs b/extension/AGENTS.md.args.mjs new file mode 100644 index 0000000..f16540c --- /dev/null +++ b/extension/AGENTS.md.args.mjs @@ -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 = "";