Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 605 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 605 Bytes

Solidity Template

A lightweight template for developing smart contracts in Solidity.

Major Plugins

  • ethers
  • hardhat
  • @nomicfoundation/hardhat-chai-matchers
  • @nomicfoundation/hardhat-toolbox

Install Dependencies

yarn

Update .env

cp .env.template .env

Compile contracts

yarn compile

Deploy contracts

npx hardhat deploy --tags <TAGS> --network <NETWORK>

Verify Contract

npx hardhat --network <NETWORK> etherscan-verify

Run tests

yarn test [FILE_PATH]
yarn test:parallel [FILE_PATH] # parallel mode
yarn test:bali [FILE_PATH] # bali mode