Skip to content

AnastasiaMenshikova/starter-kit

Repository files navigation

Starter kit for developing smart contracts

How to install and use

To set up the repository, run the below

git clone https://github.com/AnastasiaMenshikova/starter-kit

cd starter-kit

yarn install

yarn start

Create the .env file and add your own API keys and private key by using .example.env.

To deploy smart contract to testnet use:

yarn deploy --network <NETWORK-NAME>

For testing added static analyzer Slither for Solidity code. Run following command:

yarn slither

If you want to write unit tests for your solidity code and check coverage of tests, run command:

yarn coverage

About

A repo for smart contracts deployment using hardhat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published