Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 333 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 333 Bytes

ERC20 token lockup contract. It allows setting up an immutable vault to lock tokens. It can also be used as permament lock for cross-chain token upgrade.

Commands

  1. npm i -f to install dependencies
  2. npm run test to run tests
  3. npm run compile to compile abis
  4. npm run deploy:{network} {tag} to deploy contracts