qplqpl123 / g-genesis

Deploy and mint NFT on StarkNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Your First NFT with Infura and StarkNet

Prerequisites

  • node (tested on v16.xx.x)
  • npm (tested on v8.xx.x)
  • Infura Web3 account with StarkNet enabled
  • Infura IPFS account with dedicated gateway
  • basic knowledge of ERC721 standard

Setting up

Install all the dependencies of this project:

npm install

Create a new .env file:

cp .env.example .env

Edit this file with the Infura network and IPFS information (note that some of those are optional).

Then source it:

source .env

Run

node index.js

About

Deploy and mint NFT on StarkNet


Languages

Language:JavaScript 100.0%