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: 5 months ago
JSON representation
NFT minting test for ChaintechSolutions
- Host: GitHub
- URL: https://github.com/0xapp123/nft_test_task
- Owner: 0xapp123
- Created: 2024-04-06T13:57:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T06:37:51.000Z (about 2 years ago)
- Last Synced: 2025-02-13T14:19:11.207Z (over 1 year ago)
- Topics: evm, hardhat, ipfs, mint, nft, react, tailwindcss, testnet, website
- Language: TypeScript
- Homepage: https://nft-test-task.vercel.app
- Size: 506 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```