|
|
há 4 anos atrás | |
|---|---|---|
| .. | ||
| public | 5b51dffe6d lp_ui: hello world stack | há 4 anos atrás |
| src | b08565da67 lp_ui: update examples and lp_ui for latest sdk | há 4 anos atrás |
| .gitignore | 5b51dffe6d lp_ui: hello world stack | há 4 anos atrás |
| README.md | 2645b547da bridge_ui: update packages | há 4 anos atrás |
| craco.config.js | 8a90b50aeb sdk for migration & progress on lp_ui | há 4 anos atrás |
| package-lock.json | d8a8d5722a lp_ui: ethereum migration pool functionality | há 4 anos atrás |
| package.json | d8a8d5722a lp_ui: ethereum migration pool functionality | há 4 anos atrás |
| tsconfig.json | 5b51dffe6d lp_ui: hello world stack | há 4 anos atrás |
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
npm ci
npm start
npm run build
REACT_APP_CLUSTER=testnet npm run build
REACT_APP_CLUSTER=mainnet npm run build
npx serve -s build