Kevin-Mok / fevm-nft-frontend

Simple NFT minter frontend

Home Page:https://fevm-nft-minter.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FEVM ERC721 Minter application

Basic scaffolding frontend for minting ERC721 tokens on the FEVM.

image

Setup

If you deployed your own NFT contract, you need to replace the contract constant variable and the ABI data structure.

export const ERC721 = "0x40760ebD8282aF760Ee604f75d6B271c93b653Af";
export const ERC721ABI = []; // you can grab the abi on the build folder of the contracts OR on remix.

Install and Run

npm install
npm start

About

Simple NFT minter frontend

https://fevm-nft-minter.onrender.com/


Languages

Language:JavaScript 86.8%Language:CSS 10.4%Language:HTML 2.8%