A small project to create NFTs using the ERC-721 standard with the latest versions of Solidity, Hardhat, viem, Remix and other relevant tools in the Ethereum ecosystem.
The metadata for the NFTs is stored on Pinata. The metadata follows the metadata standards so that it can be viewed on OpenSea.
- PINATA_API_KEY The api key to call Pinata's api.
- PINATA_API_SECRET The api key secret for Pinata's api.
- PINATA_GATEWAY The URLs through which you can fetch content from IPFS.
This project is licensed under the ISC License, which allows for free use, modification, and distribution of the code. Refer to the LICENSE file for more details.