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.
https://testnets.opensea.io/brunogarcia
🔔 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
yarn dev
- Redeploy the smart contract.
- Update contract address on the
.env.local
file. - Update ABI file on the web app.