0.1.4 • Published 4 years ago

arb-token-bridge v0.1.4

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

Token Bridge SDK

Token Bridge SDK is a react hook library for actions that "bridge" between an Arbitrum chain and an L1 chain.

Quickstart

import { useArbTokenBridge } from 'token-bridge-sdk'

  const {
    eth: { withdraw: withdrawEth }, token: { withdraw: withdrawToken, add: addToken}, bridgeTokens
    } = useArbTokenBridge(
        ethProvider,
        arbProvider,
        "0xc68DCee7b8cA57F41D1A417103CB65836E99e013",
        ethProvider.getSigner(0),
        arbSigner.getSigner(0)
    )

Documentation