Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 599 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 599 Bytes

The Standard: Smart Vaults

Installation

If you have npm installed, you can install the required project dependencies

npm install

Testing

If you are in root, you can run the project's full test suite

npx hardhat test

Since this project uses Hardhat, you can use its default ways to run tests, should you prefer it.

Coverage

Run the code coverage suite with

npx hardhat coverage

Contract size benchmark

Run the contract sizer with

npx hardhat size-contracts

Documentation