Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/0xapp123/nft_test_task
- Owner: 0xapp123
- Created: 2024-04-06T13:57:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T06:37:51.000Z (10 months ago)
- Last Synced: 2024-12-20T23:42:08.900Z (about 1 month 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
```