Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/0xapp123/nft_test_task

NFT minting test for ChaintechSolutions
https://github.com/0xapp123/nft_test_task

evm hardhat ipfs mint nft react tailwindcss testnet website

Last synced: 6 days ago
JSON representation

NFT minting test for ChaintechSolutions

Awesome Lists containing this project

README

        

# NFT_Test_Task's Smart Contract

You can deploy the smart contract on Mumbai

```
npx hardhat run scripts/deploy.js --network mumbai
```

You can verify the smart contract on Mumbai

```
npx hardhat verify CONTRACT_ADDR env.NFT_METADATA --network mumbai
```