0xGabi / givpower

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Solidity 52.9%Language:TypeScript 46.0%Language:JavaScript 1.0%Language:Shell 0.1%