Skip to content

AbhinavXT/Gasless-MetaTx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gasless-NFT

Table of Contents

Deployed Website url

https://gasless-nft.vercel.app/

Deployed Contract Address

0x372d3e535fb9FCABF44df1fEBeb7d8749e189512

Clone, Install and Build steps

Prerequisites

  1. Git
  2. Node JS (everything was installed and tested under v16.13.0)
  3. A Browser with the MetaMask extension installed.

Cloning and installing dependencies

  1. Clone the project repository on your local machine
 git clone https://github.com/AbhinavXT/Gasless-NFT.git
 cd Gasless-NFT
  1. Installing dependencies
  • For contracts -
    npm install
    
  • For client -
    cd client
    npm install
    

Running the frontend

For running frontend locally run command:

cd client
npm run dev

Environment variables

ALCHEMY_KOVAN_URL = ''
ACCOUNT_KEY = ''