api3dao / irrevocable-vesting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

irrevocable-vesting

Install the dependencies and build

pnpm i
pnpm build

Test the contracts and get test coverage

pnpm test
# Outputs to `./coverage`
pnpm test:coverage

To derive the expected address of an IrrevocableVesting deployment

BENEFICIARY=0x07b589f06bD0A5324c4E2376d66d2F4F25921DE1 \
  START_TIMESTAMP=1 \
  END_TIMESTAMP=2 \
  AMOUNT=1 \
  pnpm print-irrevocable-vesting-address

See the beneficiary guide for instructions

About


Languages

Language:TypeScript 73.7%Language:Solidity 23.9%Language:JavaScript 2.4%