Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 819 Bytes

File metadata and controls

36 lines (25 loc) · 819 Bytes

Mint an NFT on Polygon with Ethers.js

This project is based on the guide, How to Mint an NFT on Polygon with Ethers.js by Ferhat Kochan.

Clone Example Monorepo

To begin, clone the qn-guide-examples repo and navigate to this project's directory.

git clone https://github.com/quiknode-labs/qn-guide-examples.git
cd qn-guide-examples/polygon/polygon-ethers

Add Environment Variables

cp .env.example .env

Install Dependencies

Either npm, yarn, or pnpm can be used to install the project's dependencies.

npm i
yarn
pnpm i

Run Script

npm start
yarn start
pnpm start