Remuneration and reimbursement for next quarter, and bounty for T-Hax
Go to file
Theo c2fb317b9d Create test for sablier stream opening 2023-08-04 08:00:05 -07:00
data Add amount verification instructions & recalculate amount 2023-08-04 00:47:28 -07:00
lib Add proposal code & tests 2023-08-04 00:39:48 -07:00
scripts Add proposal code & tests 2023-08-04 00:39:48 -07:00
src Create test for sablier stream opening 2023-08-04 08:00:05 -07:00
test Create test for sablier stream opening 2023-08-04 08:00:05 -07:00
.env.bat.example Initial commit 2023-07-31 18:55:10 +02:00
.env.example Initial commit 2023-07-31 18:55:10 +02:00
.gitignore Initial commit 2023-07-31 18:55:10 +02:00
.gitmodules Initial commit 2023-07-31 18:55:10 +02:00
README.md Add deployed contract link to README 2023-08-04 06:58:09 -07:00
foundry.toml Initial commit 2023-07-31 18:55:10 +02:00
package.json Add proposal code & tests 2023-08-04 00:39:48 -07:00
remappings.txt Initial commit 2023-07-31 18:55:10 +02:00
tsconfig.json Add proposal code & tests 2023-08-04 00:39:48 -07:00

Proposal 28 - Reimbursement, remuneration and bounty

Requirements

Installation

git clone --recurse-submodules https://git.tornado.ws/Theo/proposal-28-remuneration-and-reimbursement
cd proposal-28-remuneration-and-reimbursement
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

Verification

Amount of tokens calculates in this script using Binance 7-day average price

Test yourself:

npm run computePaymentAmount

Contract

Proposal contract code: etherscan link