Skip to content

art-technologies/london-protocol

Repository files navigation

Verse NFT contracts

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

Compile and generate types

npx hardhat compile

Run tests

npx hardhat test ./test/LondonTokenFactory.ts

Deploy

multisol contracts/LondonTokenFactory.sol

Verify

  1. Deploy LondonTokenFactory (Remix).
  2. Verify LondonTokenFactory (Remix).
  3. Deploy LondonToken (Remix)
  4. Verify LondonToken (Remix)
  5. Deploy LondonToken via createCollection method
  6. Verify LondonToken (Etherscan).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published