1
0
Template for any new proposal (with forge)
Go to file Use this template
2023-06-12 06:19:00 -07:00
lib Add .gitkeep to folder loading with template 2023-06-07 03:20:03 -07:00
src Change naming: 'tokenAddress' to 'tornTokenAddress' 2023-06-06 14:14:31 -07:00
test Remove second voter: proposer can vote for proposal himself 2023-06-06 13:57:07 -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 Add env & test support for Windows 2023-06-12 06:19:00 -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