Skip to content

SamuelMoor-Smith/nft-faucet

Repository files navigation

name slug description framework css
Mint ERC721 NFTs with web3.js
nft-faucet
This is a web app desinged to help mint ERC721 tokens using the Goerli testnet easily for hackathons and testing.
Next.js
Tailwind

nft-faucet

This webpage mints NFTs using Next.js and web3.js.

https://nft-faucet-three.vercel.app/

Webpage was designed from vercel template provided here: https://vercel.com/templates/next.js/mint-nft-moralis

Idea for faucet was provided from: https://github.com/Divide-By-0/ideas-for-projects-people-would-use

Clone and Deploy

First clone this repo, then run:

npm install
npm run dev

# or

yarn
yarn dev