Create an NFT Collection and Verify
mkdir nft && cd nftnpm init -ynpm install --save-dev hardhat ts-node typescript @nomicfoundation/hardhat-toolbox ethers@^6.1.0 dotenv @nomicfoundation/hardhat-verify hardhat ts-node typescript @nomicfoundation/hardhat-toolbox ethers @openzeppelin/contracts dotenvnpx hardhatYükleyeceğimiz resmi hazırlıyoruz.
{
"name": "Ethernity Genesis",
"description": "Ethernity Genesis NFT for CoinHunters Community",
"image": "ipfs://CID",
"animation_url": "ipfs://CID,
"external_url": "https://coinhunterstr.com/",
"attributes": {
"trait 1": "value 1",
"trait 2": "value 2"
}
}Last updated