The EVAA GO SDK is designed to easily integrate with the EVAA lending protocol on TON blockchain.
go get github.com/evaafi/evaa-go-sdk@latest
The config package is an instruction to interacting with different pools such as Main, LP and Testnet.
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.
The price package is a tool to get and package prices obtained from oracles used in a selected pool.
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.
The transaction package is an assistant to working with different types of protocol operations such as supply, withdrawal and liquidation.