Skip to content

helix-bridge/helix-ui

Repository files navigation

Helix Bridge UI

❤️ Perform cross-chain transfers through Helix Bridge.

Production

Staging

Development

Local development

$ npm install
$ npm run dev:apps

How to add a new chain

  1. Define ChainID and Network in packages/apps/src/types/chain.ts
  2. Configure the chain file in the packages/apps/src/config/chains directory
  3. Export the configuration file in the packages/apps/src/config/chains/index.ts
  4. Add new chain to packages/apps/src/utils/chain.ts