Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.33 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.33 KB

EVAA GO SDK

go.dev reference

Overview

The EVAA GO SDK is designed to easily integrate with the EVAA lending protocol on TON blockchain.

Table of contents

Installing

go get github.com/evaafi/evaa-go-sdk@latest

Packages

Config

The config package is an instruction to interacting with different pools such as Main, LP and Testnet.

Asset

The asset package is a tool for obtaining information about the data and configuration of the assets used in the selected version of the protocol.

Price

The price package is a tool to get and package prices obtained from oracles used in a selected pool.

Principal

The principal package is a guide for working with the user's principals, such as calculation and prediction of the health factor, checking of liquidatablity.

Transaction

The transaction package is an assistant to working with different types of protocol operations such as supply, withdrawal and liquidation.