Skip to content

Useful template for developing and testing Solidity contracts, built with hardhat and waffle

License

Notifications You must be signed in to change notification settings

Giveth/giveth-contracts-template

Repository files navigation

Contracts Template

Setting up

You may create a .env file in the project root by copying .env.example.

Compiling the code

Run yarn compile to compile contracts using Hardhat 👷

Testing and auditing

Local tests

Run yarn test to run the full test suite.

Coverage report

Run yarn coverage to generate a code coverage report using hardhat coverage

Contract sizes

Run yarn size-contracts to compute the size of each compiled contract.

About

Useful template for developing and testing Solidity contracts, built with hardhat and waffle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published