AB
AbhinavXT/Gasless-MetaTx
NFT minting dapp implemented using Biconomy Gasless
Gasless-NFT
Table of Contents
Deployed Website url
https://gasless-nft.vercel.app/
Deployed Contract Address
0x372d3e535fb9FCABF44df1fEBeb7d8749e189512
Clone, Install and Build steps
Prerequisites
- Git
- Node JS (everything was installed and tested under v16.13.0)
- A Browser with the MetaMask extension installed.
Cloning and installing dependencies
- Clone the project repository on your local machine
git clone https://github.com/AbhinavXT/Gasless-NFT.git
cd Gasless-NFT
- 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 = ''
On this page
Languages
JavaScript64.4%Solidity35.2%TypeScript0.3%CSS0.1%
Contributors
Created February 5, 2022
Updated February 7, 2023