A Genesis NFT Collection by Lorelei Noble
This project represents the first complete on-chain NFT collection deployed to the Polygon Amoy testnet by Lorelei Noble. It contains 10 original digital paintings, each one permanently stored on IPFS and minted as a unique token.
LoreleiNobleGenesis0x1C5ec3De32C1cA8e1da93A99c176fa0eF2711783Root CID:
bafybeihdo27nu3iak7njllgpkmx3ra27mbazlrr444t4sdp46z3sn2v5ye
Access via HTTPS:
IPFS
Folder
Each NFT points to a metadata file:
metadata1.json
metadata2.json
...
metadata10.json
Each metadata file includes: - name -
description - image
(e.g. painting_01.png)
The contract includes a burn function to permanently destroy an NFT if needed. This can only be called by the token owner or an approved operator.
function burn(uint256 tokenId) public
cast send \
--rpc-url https://rpc-amoy.polygon.technology \
--private-key YOUR_PRIVATE_KEY \
0x1C5ec3De32C1cA8e1da93A99c176fa0eF2711783 \
"mintNFT(address)" 0xYourWalletAddresscast send \
--rpc-url https://rpc-amoy.polygon.technology \
--private-key YOUR_PRIVATE_KEY \
0x1C5ec3De32C1cA8e1da93A99c176fa0eF2711783 \
"burn(uint256)" 5This project is licensed under the MIT License.