Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 739 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 739 Bytes

Fyde SDK Fyde SDK

This SDK provides a Rust API for interacting with the Fyde protocol. It can be used to build applications on top of Fyde, serving as the backbone for our in-house indexer and web API.

Installation

Add the following to your Cargo.toml:

[dependencies]

Modules

  • Asset: Asset-related informations (State of the asset in the protocol).
  • Governance: Governance-related information (Data regarding user keeping governance rights).
  • Liquid Vault: Liquid vault related informations (TVL, fees generated).
  • User: User-related informations (Asset balances and allowances, TRSY balance, etc).