Skip to content

NFTHackathon Project - Membership NFTs for creators, built on Charged Particles and IPFS

Notifications You must be signed in to change notification settings

MAkzent/ChainLoot

Repository files navigation

Initial Setup

Requires Node 12.20.0

  1. Obtain an authentication token for Font Awesome and set in the npm configuration:
npm config set "@fortawesome:registry" https://npm.fontawesome.com/
npm config set "//npm.fontawesome.com/:_authToken" ${TOKEN}
  1. Set your env variables in env.local
NEXT_PUBLIC_MAGIC_API_KEY=...
NEXT_PUBLIC_RPC_URL_1=https://mainnet.infura.io/v3/...
NEXT_PUBLIC_RPC_URL_3=https://ropsten.infura.io/v3/...
NEXT_PUBLIC_RPC_URL_4=https://rinkeby.infura.io/v3/...
NEXT_PUBLIC_RPC_URL_42=https://kovan.infura.io/v3/...
  1. Install dependencies with yarn
yarn install

Development

  • yarn dev will boot the client on localhost:3000

How to use

DEMO: https://lootvault.vercel.app/

About

NFTHackathon Project - Membership NFTs for creators, built on Charged Particles and IPFS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published