Skip to content

WhiteMatrixTech/cellevolution-contracts

Repository files navigation

cellerfork-contract

Sample Scripts

Install dependencies

yarn

Compile contracts

yarn run hardhat compile

test

yarn hardhat test

Run coverage

yarn hardhat coverage

Run lint

yarn run lint
yarn run lint:fix

Run format

ChainIDE-SOP

yarn run format
yarn run format:fix

Generate types for SDK

yarn run hardhat typechain

Hardhat start local test node

yarn run hardhat node --network hardhat --no-deploy --show-accounts

Deploy

LOAD_TASK=True yarn run hardhat cellEvolution:deploy --wait-num 1 --network localhost | tee -a ./logs/deployToLocal.log

rinkeby

Deploy

LOAD_TASK=True yarn run env-cmd -f ./envs/.env.eth.rinkeby yarn run hardhat cellEvolution:deploy --wait-num 1 --network rinkeby | tee -a ./logs/deployToLocal.log

verify

LOAD_TASK=True yarn run env-cmd -f ./envs/.env.eth.rinkeby yarn run hardhat cellEvolution:verify --network rinkeby | tee -a ./logs/verifyRinkeby.log

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors