Inspiration

1Bridge began as a hackathon project, it was inspired by existing web3 projects like Uniswap and cross chain bridge providers like Celer, Multichain, Connext and the rest, the focus was more on sleek user interface and ease of use.

What it does

1Bridge core functionality is to provide a single trustworthy web URL that links to a compatible cross chain bridge provider in a simple ease to navigate user interface.

Imagine a single platform that caters for all your cross blockchain transfers, no need to remember too many bridging providers URLs, just this one is enough. You can think 1bridge as 1inch aggregator for cross blockchain asset transfers.

Although we currently do not handle any transaction or request user to authenticate and authorize any transfers at the moment but only show compatible bridge provider when a user selects an origin chain, destination chain and token to bridge.

How we built it

1Bridge project is made up of 2 subprojects,;

  1. Bridge aggregator
  2. Bridge transaction explorer

Bridge Aggregator The bridge aggregator is basically made up of a widget which comprises 2 sets of modals one to select origin and destination blockchain and the other modal to select token to bridge.

Bridge transaction explorer This is a simple user interface with search input and button, when a user enters a transaction hash from the cross chain transaction they sent, the UI sends a request to the multichain api to retrieve the transaction details if it was bridged with multichain else it will return no record. ***Only multichain bridge is supported at the moment and more to be added soon.

Each of the modals have inputs that allows user to filter based name or symbols.

When a user selects an origin blockchain, destination blockchain and token to bridge, the app searches for all supported bridge provider and redirects based on the user selection.

Built With

Share this project:

Updates