Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 2.43 KB

injective-bridge.mdx

File metadata and controls

54 lines (31 loc) · 2.43 KB
sidebar_position
2

import InjectiveBridge1Url from '@site/static/img/web-app-tutorials/starter-pack/bridging-tokens/injective-bridge/1.png'; import InjectiveBridge2Url from '@site/static/img/web-app-tutorials/starter-pack/bridging-tokens/injective-bridge/2.png'; import InjectiveBridge3Url from '@site/static/img/web-app-tutorials/starter-pack/bridging-tokens/injective-bridge/3.png'; import InjectiveBridge4Url from '@site/static/img/web-app-tutorials/starter-pack/bridging-tokens/injective-bridge/4.png'; import InjectiveBridge5Url from '@site/static/img/web-app-tutorials/starter-pack/bridging-tokens/injective-bridge/5.png'; import InjectiveBridge6Url from '@site/static/img/web-app-tutorials/starter-pack/bridging-tokens/injective-bridge/6.png'; import InjectiveBridge7Url from '@site/static/img/web-app-tutorials/starter-pack/bridging-tokens/injective-bridge/7.png';

Injective Bridge

Used to transfer tokens between Injective and various other chains (IBC/non-IBC).

Step 1: Go to the Injective Bridge UI: https://hub.injective.network/bridge/

<img src={InjectiveBridge1Url} style={{ paddingBottom: 10 }} />

Step 2: Select the Source and Target Chain

<img src={InjectiveBridge2Url} style={{ paddingBottom: 10 }} />

The Injective bridge supports bridging tokens to and from Injective and between various IBC and non-IBC chains. In this example, we will transfer assets from Ethereum to Injective.

Step 3: Connect a Wallet (Source Chain)

<img src={InjectiveBridge3Url} style={{ paddingBottom: 10 }} />

For this example, we will be using MetaMask (which will auto-fill our Injective address as well).

Step 4: Confirm Target Chain Address

<img src={InjectiveBridge4Url} style={{ paddingBottom: 10 }} />

If the source chain wallet is compatible with the target chain, for example MetaMask with Ethereum and Injective, the target address will automatically be filled using the same wallet. Otherwise, you will have to connect a compatible wallet for the target chain.

Step 5: Select a Token to Send

<img src={InjectiveBridge5Url} style={{ paddingBottom: 10 }} />

For this example, we will be transfering INJ from Ethereum to Injective to fund out Injective wallet.

Step 6: Select an Amount to Send

<img src={InjectiveBridge6Url} style={{ paddingBottom: 10 }} />

Step 7: Set Allowance

<img src={InjectiveBridge7Url} style={{ paddingBottom: 10 }} />

This will transfer your tokens from the source chain to the target chain.