Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 755 Bytes

File metadata and controls

33 lines (23 loc) · 755 Bytes

Contributing

Thanks for helping improve ERC20 Multisend Template.

Local Setup

npm ci
cp .env.example .env
npm run dev

Checks

Run these before opening a pull request:

npm test
npm run build
npm run audit:prod

Pull Requests

  • Keep changes focused and easy to review.
  • Include a short explanation of user-visible behavior changes.
  • Do not commit secrets, private keys, .env files, build output, or node_modules.
  • For Permit2, token approval, CSV parsing, or transaction-flow changes, include a manual test note.

Security-Sensitive Changes

This app handles token approvals and token transfers. Please be conservative with changes to signing, spender addresses, allowance checks, and calldata generation.