Thanks for helping improve ERC20 Multisend Template.
npm ci
cp .env.example .env
npm run devRun these before opening a pull request:
npm test
npm run build
npm run audit:prod- Keep changes focused and easy to review.
- Include a short explanation of user-visible behavior changes.
- Do not commit secrets, private keys,
.envfiles, build output, ornode_modules. - For Permit2, token approval, CSV parsing, or transaction-flow changes, include a manual test note.
This app handles token approvals and token transfers. Please be conservative with changes to signing, spender addresses, allowance checks, and calldata generation.