Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.06 KB

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/