Kima Network Documentation
  • What is Kima?
  • Supported blockchains
  • Supported tokens
  • Supported fiat currencies and payment methods
  • Adding Kima to your wallet
  • Try Kima with the Demo App
    • The Kima Light Demo App
    • The Kima Advanced Demo App
    • Kima Faucets
    • Kima Block Explorer
  • Become a Kima validator
    • Hardware and operating system requirements
    • Installation
    • Appendix
  • Become a Kima delegator
    • Benefits
    • How does it work?
    • Preparations
    • Delegate
    • Reclaim delegation
  • Become a liquidity provider
    • Benefits
    • Supported blockchains
    • Prepare to provide liquidity
    • Deposit assets in Kima pools
    • Withdraw liquidity
  • Kima governance
    • Draft a proposal
    • On-chain proposal
    • Off-chain proposal
    • References
  • The Kima SDK
    • Kima Use Cases for Developers
    • The Kima Transaction Back End
    • The Kima Transaction Widget
      • Installation
      • React
      • NextJS
      • Payment Mode
      • Bridge Mode
      • Status Mode
      • Configuration Options
    • Upgrading
      • v1.4.x
    • Using the Kima SDK Without the Widget
      • Approval
      • Submitting the Transaction
      • Getting the Transaction Status
  • Further reading
  • Legal
    • Terms and conditions
    • Privacy policy
    • Disclaimer
  • FAQ
Powered by GitBook
On this page
  • Modes
  • Payment
  • Bridge
  • Status
Export as PDF
  1. The Kima SDK

The Kima Transaction Widget

PreviousThe Kima Transaction Back EndNextInstallation

Last updated 2 months ago

The Kima Transaction Widget is a ready made React component that allows users to transfer like assets between chains using the Kima protocol. Combined with the Kima Transaction Backend, it is the quickest way to integrate Kima into your dApp.

Modes

The Kima Transaction Widget supports 3 modes:

  1. Payment

  2. Bridge

  3. Status

Payment

In Payment Mode, the user can send funds from any chain supprted by Kima to the specified payment address and chain. See the section for more information.

I.e. Pay 12.34 USDC from Polygon or Solana

Bridge

In Bridge Mode, the user is able to send funds to and from any chain supported by Kima. See the section for more information.

I.e. Send 12.34 USDT on BSC and receive USDC on Arbitrum

Status

Status Mode displays the progress of an existing transaction. See the section for more information.

Payment Mode
Bridge Mode
Status Mode