Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@

❤️ Helixbox is focusing on becoming an efficient multi-chain liquidity provider, offering users a superior experience in multi-chain asset transfer and exchange.

```bash
$ git clone [email protected]:helix-bridge/helix-ui.git
$ cd helix-ui
$ pnpm install
```

## App Interface

Source: [apps/helixbox-app](apps/helixbox-app)

```bash
$ pnpm app run dev
$ pnpm app run build
```

### Production

- mainnet: https://app.helixbox.ai (ipfs version: https://helixbridge.eth.limo)
Expand All @@ -18,3 +31,33 @@

- mainnet: https://helix-dev-mainnet.vercel.app
- testnet: https://helix-dev-testnet.vercel.app

## Helix

Source: [apps/helixbox-helix](apps/helixbox-helix)

The old version mainly serves as a prompt page, directing users to visit the new domain.

```bash
$ pnpm helix run dev
$ pnpm helix run build
```

## Home

Source: [apps/helixbox-home](apps/helixbox-home)

The homepage of the old version is now deprecated.

```shell
$ pnpm --filter helixbox-home run dev
$ pnpm --filter helixbox-home run build
```

## Assets package

Some online media resources can be accessed via URL, such as https://github.com/raw/helix-bridge/helix-ui/main/packages/assets/images/chains/arbitrum.png.

Source: [packages/assets](packages/assets)