Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 757 Bytes

README.md

File metadata and controls

46 lines (34 loc) · 757 Bytes

Vault Contracts

Usage

Install requirements with yarn:

yarn

Run all tests:

yarn build
yarn test

Deployments

Deploy

Preparation:

  • Set MNEMONIC in .env
  • Set INFURA_KEY in .env
yarn deploy-all <network>

This will perform the following steps

yarn build
yarn hardhat --network <network> deploy
yarn hardhat --network <network> sourcify
yarn hardhat --network <network> etherscan-verify
yarn hardhat --network <network> local-verify

All contracts are WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

License

All smart contracts are released under LGPL-3.0