Skip to content

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.

Notifications You must be signed in to change notification settings

CaelRowley/non-fungible-token

Repository files navigation

Ethereum Smart Contract Project

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.

Environment Variables

  • 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.

License

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published