Template for any new proposal (with forge)
| data | ||
| lib | ||
| scripts | ||
| src | ||
| test | ||
| .env.bat.example | ||
| .env.example | ||
| .gitignore | ||
| .gitmodules | ||
| foundry.toml | ||
| package.json | ||
| README.md | ||
| remappings.txt | ||
| tsconfig.json | ||
Proposal title
Changes / effect description
- 1
- 2
- ...
Requirements
- Rust (Need only for Windows)
- Foundryup (Windows, Linux)
- Node 14 or higher (Windows, Linux)
Installation
git clone --recurse-submodules <proposal-repo-link>
cd <proposal-name>
npm install
npm run init
Testing
npm run test:windows
or
npm run test:linux
Test with gas
npm run test:gas:windows
or
npm run test:gas:linux