0.0.1 • Published 3 years ago

eat-them-all-contracts v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Actions Status code style: prettier license npm version

Eat Them All contracts

Overview

Eath Them All smart contracts.

📦 Installation

$ yarn

⛏️ Compile

$ yarn compile

This task will compile all smart contracts in the contracts directory. ABI files will be automatically exported in build/abi directory.

📚 Documentation

Documentation is auto-generated after each build in docs directory.

The generated output is a static website containing smart contract documentation.

🌡️ Testing

$ yarn test

📊 Code coverage

$ yarn coverage

The report will be printed in the console and a static website containing full report will be generated in coverage directory.

✨ Code style

$ yarn prettier

🐱‍💻 Verify & Publish contract source code

$ npx hardhat  verify --network mainnet $CONTRACT_ADDRESS $CONSTRUCTOR_ARGUMENTS

📄 License

Eat Them All contracts is released under the Apache-2.0.