Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 750 Bytes

README.md

File metadata and controls

56 lines (39 loc) · 750 Bytes

Setup

Install

cd server
yarn

Starts server and nodes

  • Terminal 1
cd server
yarn start:dev:node1
  • Terminal 2
cd server
yarn start:dev:node2
  • Terminal 3
cd server
yarn start:dev:node3

Start LINK Core Server

Note: Checkout Ordinal Server repo by our teammate.

Start client

npm run start

Config

  • Client .env
REACT_APP_GOOGLE_OAUTH_CLIENT_ID=
REACT_APP_GOOGLE_OAUTH_CLIENT_SECRET=
REACT_APP_GOOGLE_OAUTH_ENDPOINT=
REACT_APP_GOOGLE_OAUTH_REDIRECT_URL=
REACT_APP_STABLE_DIFFUSION_API=
REACT_APP_NODE1_ENDPOINT=http://localhost:3001
  • Contract address & ABI: Check src/scripts/