1
0
Template for any new proposal (with forge)
Go to file Use this template
2023-06-06 14:12:02 -07:00
lib forge install: forge-std 2023-05-26 20:36:13 +00:00
src Set Tornado addresses as constant variables, not as getter functions 2023-06-06 01:12:46 -07:00
test Remove second voter: proposer can vote for proposal himself 2023-06-06 13:57:07 -07:00
.env.example init 2023-05-26 21:33:46 +00:00
.gitignore init 2023-05-26 21:33:46 +00: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 Remove old lib (0.6.0 solidity) torn-token, replace ERC20Permit with openzeppelin, add command to run tests 2023-06-06 13:53:55 -07:00
README.md Add template README 2023-06-06 03:15:27 -07:00
remappings.txt Add TORN token contracts as library by default 2023-06-06 01:06:54 -07:00

Proposal title

Changes / effect description

  • 1
  • 2
  • ...

Requirements

Installation

git clone --recurse-submodules <proposal-repo-link>
cd <proposal-name>
npm install

Testing

npm run test