Skip to content

Scripts to compile and deploy NFT contracts to multiple EVM based platforms

Notifications You must be signed in to change notification settings

leveorxyz/nft-platform-script

Repository files navigation

NFT platform script

Scripts to compile, deploy and test NFT contracts in multiple EVM based blockchain on testnet and mainnet.

Used technology

  • Typescript
  • Typechain
  • Solidity
  • Hardhat

Instruction

  • Compile:
npm run compile
  • Run test:
npm run test
  • Deploy
npm run deploy:<network>
  • Verify on etherscan
npx hardhat verify --network rinkeby <YOUR_CONTRACT_ADDRESS>

About

Scripts to compile and deploy NFT contracts to multiple EVM based platforms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published