Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mooncityorg/dale-mint-contract-avax-main
- Owner: mooncityorg
- Created: 2024-09-13T06:32:28.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T10:51:45.000Z (about 2 months ago)
- Last Synced: 2024-09-17T13:31:48.226Z (about 2 months ago)
- Topics: avalanche, avax, avax-mint-contract, nft-mint, smartcontract
- Language: TypeScript
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 commandto testnet:
```shell
yarn hardhat run scripts/deploy_FactoryNFT.ts --network avalancheTest
```to mainnet:
```shell
yarn hardhat run scripts/deploy_FactoryNFT.ts --network avalancheMain
```