1.2.4-4 • Published 2 months ago

kds-unva v1.2.4-4

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

AVNU-SDK

AVNU-sdk is a typeScript SDK for building exchange functionality on Layers 2 with the AVNU API.

Installation

npm install @avnu/avnu-sdk

# or

yarn add @avnu/avnu-sdk

Usage

const params = {
  sellTokenAddress: ethAddress,
  buyTokenAddress: wBtcAddress,
  sellAmount: '200000000000000000',
  takerAddress: account.address,
}
const quotes = await fetchQuotes(params);
await executeSwap(account, quotes[0]);

Example

This repository includes a basic example in the [/examples](/examples) folder.

1.2.4-4

2 months ago

1.2.4-3

2 months ago

1.2.4-2

2 months ago

1.2.4-1

5 months ago

1.2.3-3

5 months ago

1.2.3-2

6 months ago

1.2.3-1

6 months ago