Skip to content

mooncityorg/dale-mint-contract-avax-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC721 Mint Project

This is the project which users can mint NFTs on Avalanche network.

Try running some of the following tasks:

To install all dependencies, run the following command

yarn

To test the basic functionality of smart contract, run:

yarn hardhat test

To deploy the contract to the avalanche network, run the following command

to testnet:

yarn hardhat run scripts/deploy_FactoryNFT.ts --network avalancheTest

to mainnet:

yarn hardhat run scripts/deploy_FactoryNFT.ts --network avalancheMain