Project expenses reimbursement for next year (until December 2024)
Go to file
2023-11-22 23:43:23 +01:00
data Initial commit 2023-11-22 23:43:23 +01:00
lib Initial commit 2023-11-22 23:43:23 +01:00
scripts Initial commit 2023-11-22 23:43:23 +01:00
src Initial commit 2023-11-22 23:43:23 +01:00
test Initial commit 2023-11-22 23:43:23 +01:00
.env.bat.example Initial commit 2023-11-22 23:43:23 +01:00
.env.example Initial commit 2023-11-22 23:43:23 +01:00
.gitignore Initial commit 2023-11-22 23:43:23 +01:00
.gitmodules Initial commit 2023-11-22 23:43:23 +01:00
foundry.toml Initial commit 2023-11-22 23:43:23 +01:00
package.json Initial commit 2023-11-22 23:43:23 +01:00
README.md Initial commit 2023-11-22 23:43:23 +01:00
remappings.txt Initial commit 2023-11-22 23:43:23 +01:00
tsconfig.json Initial commit 2023-11-22 23:43:23 +01:00

Proposal title

Changes / effect description

  • 1
  • 2
  • ...

Requirements

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