DKA Bridging

DKA is the native token of dKargo Chain, used to pay transaction fees.

To enable transactions on dKargo Chain (Layer 3, L3), ERC-20 DKA tokens held on Arbitrum Chain (Layer 2, L2) must first be converted into L3 DKA native tokens.

This conversion process is facilitated by the DKA Bridge.

The following guide explains how to use the DKA Bridge using functions provided by @dkargo/sdk.

Reference

Arbitrum Native Bridge

The bridge between Arbitrum and dKargo operates using a mechanism similar to Arbitrum's ETH Bridge.

For a deeper technical analysis, refer to Arbitrum’s documentation.

@dKargo/sdk tutorial

By using the dKargo SDK, developers can integrate DKA bridging functionality directly into their applications.

The dkargo-tutorials repository provides detailed instructions on how to use the dKargo SDK with ethers.ts and hardhat.ts.

Last updated