|
|
3 éve | |
|---|---|---|
| .. | ||
| public | 613773d3fc bridge_ui: Changed title to Portal Token Bridge | 3 éve |
| src | 7e461f489c bridge_ui: tvl chain name fix | 3 éve |
| .env.sample | 28c713a6dd Tilt tests (#688) | 3 éve |
| .gitignore | 5e37afdb82 bridge_ui: initial commit | 4 éve |
| Dockerfile | 075defa634 feat: improve bridge_ui tilt | 3 éve |
| README.md | a956e570fb run bridge_ui in devnet | 4 éve |
| craco.config.js | b1a237db99 bridge_ui: solana balances, begin wasm integration | 4 éve |
| package-lock.json | 075defa634 feat: improve bridge_ui tilt | 3 éve |
| package.json | 075defa634 feat: improve bridge_ui tilt | 3 éve |
| tsconfig.json | 5187120fa0 bridge_ui: eth wrapped assets and getSignedVAA | 4 éve |
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 REACT_APP_COVALENT_API_KEY=YOUR_API_KEY REACT_APP_SOLANA_API_URL=YOUR_CUSTOM_RPC npm run build
npx serve -s build
Create .env from the sample file, then add your Covalent API key:
cp .env.sample .env