Skip to content

Latest commit

 

History

History

hardhat

Sample Solidity Smart Contracts

This project demonstrates building solidity smart contract for CESS local node and testnet.

There are:

Instructions to Run

pnpm install / npm install / yarn install
cp .env.example .env
# update the .env with required env variable

Helpful Commands

# Deploy contracts
pn hardhat deploy --reset --tags <your-tag> --network cess-testnet