loopso-sdk-isaiah
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

Loopso Bridge SDK

A wrapper typescript package that wraps the Loopso smart contracts. Intended to be used for dapps.

Installation:

npm install --save loopso-sdk-isaiah

Usage:

Import the necessary functions and models:

import { bridgeTokens } from 'loopso-sdk-isaiah';

Then you will need to get a quote:

Bridging:

const _txHash = await bridgeTokens(
	contractAddressSrc,
	signer,
	srcChainId,
	amount,
	dstAddress,
	dstChain
);

Readme

Keywords

Package Sidebar

Install

npm i loopso-sdk-isaiah

Weekly Downloads

5

Version

0.0.7

License

MIT

Unpacked Size

983 kB

Total Files

9

Last publish

Collaborators

  • isaiah199410