Skip to main content

Overview

Introduction

Dyson Finance SDK is a Typescript library for interfacing with the Dyson Finance protocol. This includes common contract interactions, type definition, calculations, and more.

npm version

Dyson Finance Address Book is a Typescript library that lists all contract addresses related to the Dyson Finance protocol on every supported chain. This includes addresses for both partial and full versions of the protocol.

npm version

You can also access our contract addresses through our official contract document

Setup

Install the package with

yarn add @dyson-finance/dyson-interface-sdk @dyson-finance/address viem

The SDK interact with contract and wallet by Viem.

Please follow the guides. to install and init related client to access our SDK.