1
0
Template for any new proposal (with forge)
Go to file Use this template
2023-07-31 13:40:22 -07:00
data Prepare template for TS scripts to generate/verify proposal data/solidity code 2023-07-31 13:40:22 -07:00
lib Add .gitkeep to folder loading with template 2023-06-07 03:20:03 -07:00
scripts Prepare template for TS scripts to generate/verify proposal data/solidity code 2023-07-31 13:40:22 -07:00
src Fix errors with naming & add unlock function to Governance interface to return tokens after voting 2023-07-27 23:00:21 -07:00
test Fix errors with naming & add unlock function to Governance interface to return tokens after voting 2023-07-27 23:00:21 -07:00
.env.bat.example Add env & test support for Windows 2023-06-12 06:19:00 -07:00
.env.example init 2023-05-26 21:33:46 +00:00
.gitignore Add env & test support for Windows 2023-06-12 06:19:00 -07:00
.gitmodules forge install: forge-std 2023-05-26 20:36:13 +00:00
foundry.toml Set verbosity to show console logs 2023-06-06 14:12:02 -07:00
package.json Prepare template for TS scripts to generate/verify proposal data/solidity code 2023-07-31 13:40:22 -07:00
README.md Correct commands for install forge dependencies & add gas testing 2023-07-25 08:47:14 -07:00
remappings.txt Add TORN token contracts as library by default 2023-06-06 01:06:54 -07:00
tsconfig.json Prepare template for TS scripts to generate/verify proposal data/solidity code 2023-07-31 13:40:22 -07: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