pyth-crosschain/lp_ui
Chase Moran c8aee80b1d bridge_ui: migration view
Change-Id: I1c9f564dbdb77ae71e63934b55f395f7410869f6
2021-09-14 14:48:29 -04:00
..
public lp_ui: hello world stack 2021-09-13 15:17:52 +00:00
src bridge_ui: migration view 2021-09-14 14:48:29 -04:00
.gitignore lp_ui: hello world stack 2021-09-13 15:17:52 +00:00
README.md lp_ui: update build instructions 2021-09-13 19:28:49 +00:00
craco.config.js sdk for migration & progress on lp_ui 2021-09-13 15:17:56 +00:00
package-lock.json lp_ui: mvp complete 2021-09-13 11:18:16 -04:00
package.json lp_ui: mvp complete 2021-09-13 11:18:16 -04:00
tsconfig.json lp_ui: hello world stack 2021-09-13 15:17:52 +00:00

README.md

Prerequisites

  • Docker
  • NodeJS v14+

Run the following from the root of this repo

DOCKER_BUILDKIT=1 docker build --target node-export -f Dockerfile.proto -o type=local,dest=. .
DOCKER_BUILDKIT=1 docker build -f solana/Dockerfile.wasm -o type=local,dest=. solana
npm ci --prefix ethereum
npm ci --prefix sdk/js
npm run build --prefix sdk/js

The remaining steps can be run from this folder

Install

npm ci

Develop

npm start