Verse ERC721 factory and protocol.
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts
npx hardhat compile
npx hardhat test ./test/LondonTokenFactory.ts
multisol contracts/LondonTokenFactory.sol
- Deploy
LondonTokenFactory
(Remix). - Verify
LondonTokenFactory
(Remix). - Deploy
LondonToken
(Remix) - Verify
LondonToken
(Remix) - Deploy
LondonToken
viacreateCollection
method - Verify
LondonToken
(Etherscan).