- Run
yarn install - Install
multisol(depends on platform, for macOS use brew) - Populate
.envfile with values (check.env.examplefile for reference)
After installation, you can run npx hardhat help in shell to check everything is working
To run tests, start node first:
npx hardhat nodeAnd then run tests (2 options — with or without gas estimations):
npx hardhat test
REPORT_GAS=true npx hardhat testnpx hardhat run scripts/deploy.tsFollwing sections are under progress — don't refer them now
npx hardhat compilenpx hardhat test ./test/LondonTokenFactory.tsmultisol contracts/LondonTokenFactory.sol- Deploy
LondonTokenFactory(Remix). - Verify
LondonTokenFactory(Remix). - Deploy
LondonToken(Remix) - Verify
LondonToken(Remix) - Deploy
LondonTokenviacreateCollectionmethod - Verify
LondonToken(Etherscan).