darshDM / NFT-explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT-explorer

Clone the Repo.

Install all Dependencies

npm install

Create config.js file and add all need endpoints

const polygonEndpoint = "YOUR ENDPOINT"; const ethEndpoint = "YOUR ENDPOINTS"; export {polygonEndpoint, ethEndpoint};

Run Application on localhost

npm run dev

About


Languages

Language:JavaScript 89.9%Language:CSS 7.5%Language:HTML 2.6%