Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 337 Bytes

Install Dependencies

npm install

Compile contracts

npx hardhat compile

Run tests

Run all unit tests:

npx hardhat test

Deploy

Development

For developers, static analysis need to be done before committing code. Read more of SecurityCheck.