Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 577 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 577 Bytes

polygon-nft-minter

A project built using NextJs interacting with an Ethereum smart contract that was deployed on the polygon network.

See the live example here
See the solidity contract that this interacts with here

Installation

Add the necessary values to the .env.local file.

cp .env.example .env.local

Install the dependencies

npm install

Usage

npm run dev