https://github.com/fox-one/pando-rings-sdk-go
compound sdk
https://github.com/fox-one/pando-rings-sdk-go
Last synced: 3 months ago
JSON representation
compound sdk
- Host: GitHub
- URL: https://github.com/fox-one/pando-rings-sdk-go
- Owner: fox-one
- License: mit
- Created: 2021-07-20T08:32:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T03:45:14.000Z (over 3 years ago)
- Last Synced: 2026-01-15T04:50:24.097Z (6 months ago)
- Language: Go
- Size: 301 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](./example)
[LICENSE](./LICENSE)