Skip to content

Welith/foundry-nft-erc721

Repository files navigation

My first NFTs

This repo contains my first attempt of creating ERC721 tokens (NFTs). I have a basic NFT, and some dynamic ones, that can be modified on chain.

Set-up

  1. You need to clone the repo:
git clone https://github.com/Welith/foundry-nft-erc721
  1. As all my other repos, I've created a Makefile, which will help you deploy all contracts. You can deploy and mint a basic NFT and a dynamic one.

  2. Before minting any of the NFTs, you will need to run make build, so that you install and compile all of the required code.

  3. For the NFTs, you need to run the make deploy-* + make mint-* based on the one you want, either basic or mood.

  4. You have the option of running it on your local anvil, or run ot the sepolia testnet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published