Skip to content

wavect/smart-vault

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 67.0%
  • JavaScript 33.0%