1.0.32 • Published 6 months ago

loopso-bridge-sdk v1.0.32

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Loopso Bridge SDK

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

Installation:

npm install --save loopso-bridge-sdk

Usage:

Import the necessary functions and models:

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

Then you will need to get a quote:

Bridging:

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

6 months ago

1.0.2

6 months ago

1.0.18

6 months ago

1.0.1

6 months ago

1.0.17

6 months ago

1.0.16

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.22

6 months ago

1.0.21

6 months ago

1.0.20

6 months ago

1.0.26

6 months ago

1.0.25

6 months ago

1.0.24

6 months ago

1.0.23

6 months ago

1.0.29

6 months ago

1.0.28

6 months ago

1.0.27

6 months ago

1.0.11

6 months ago

1.0.32

6 months ago

1.0.10

6 months ago

1.0.31

6 months ago

1.0.15

6 months ago

1.0.14

6 months ago

1.0.13

6 months ago

1.0.12

6 months ago

1.0.0

6 months ago