Categorygithub.com/fox-one/pando-rings-sdk-go
repositorypackage
0.3.4
Repository: https://github.com/fox-one/pando-rings-sdk-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Pando Rings SDK

Installing

go get github.com/fox-one/pando-rings-sdk-go

Using

  • Initialize endpoint
rings.Endpoint = "https://compound-test-api.fox.one"
  • Request supply action url
rings.RequestSupply(...)
  • Request borrow action url
rings.RequestBorrow(...)
  • Request Liquidate action url
rings.RequestLiquidate(...)

More details of the API using, please read the example

LICENSE