Skip to content

brunogarcia/react-ethereum-nft

Repository files navigation

React Ethereum NFT

Mint your own NFT collection and ship a Web3 app to show them off.

Programmatically generate your own NFT collection, write + deploy a smart contract in Solidity, and build your own React dApp to let friends connect their wallets and interact w/ your NFTs.

NFT on OpenSea

https://testnets.opensea.io/brunogarcia

Contracts

🔔 Rename the file .env.example to .env.local. And then add the contract address.

The contracts are stored on https://github.com/brunogarcia/smart-contracts-ethereum

Development

yarn dev

Notes

  1. Redeploy the smart contract.
  2. Update contract address on the .env.local file.
  3. Update ABI file on the web app.