Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mooncityorg/dale-mint-contract-avax-main

dale-mint-contract-avax-main
https://github.com/mooncityorg/dale-mint-contract-avax-main

avalanche avax avax-mint-contract nft-mint smartcontract

Last synced: 7 days ago
JSON representation

dale-mint-contract-avax-main

Awesome Lists containing this project

README

        

# 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
```shell
yarn
```
To test the basic functionality of smart contract, run:
```shell
yarn hardhat test
```
To deploy the contract to the avalanche network, run the following command

to testnet:
```shell
yarn hardhat run scripts/deploy_FactoryNFT.ts --network avalancheTest
```

to mainnet:
```shell
yarn hardhat run scripts/deploy_FactoryNFT.ts --network avalancheMain
```