https://github.com/goosefx1/gfx-ssl-sdk
https://github.com/goosefx1/gfx-ssl-sdk
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goosefx1/gfx-ssl-sdk
- Owner: GooseFX1
- Created: 2022-04-12T17:13:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-26T16:40:26.000Z (about 3 years ago)
- Last Synced: 2025-08-08T18:32:57.297Z (10 months ago)
- Language: Rust
- Size: 59.8 MB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GooseFX SDK Mono Repo
The GooseFX SDK contains a set of simple to use APIs to allow developers to integrate with the GooseFX platform.
Website
|
Docs
|
Discord
|
Telegram
|
Medium
### Contents
- `/programs` : contains `gfx_ssl_sdk` lib and `gfx_controller_sdk` lib
- `/ts` : contains typescript `goosefx-ssl-sdk` which creates npm package - [npmjs.com/package/goosefx-ssl-sdk](https://www.npmjs.com/package/goosefx-ssl-sdk)
### Trading GooseFX Liquidity Pools
- Get detailed quotes and make swaps between trading pairs in a GooseFx Pool
- Check your GooseFX Pool LP token balance and total supply
# Technical Notes
**Stability of the Functions**
We hope you find the tools we used to build our API useful in the ts/src folder. Due to our on-going development of the GooseFX platform api, we cannot guarantee the stability of the SDK swap beyond 1 SOL. The SDK will be updated in later version to increase the compute units.
# Support
**Integration Questions**
Have problems integrating with the SDK? Pop by over to our [Discord](https://discord.gg/PAVyv4A2C5) #general channel and chat with one of our engineers.
**Issues / Bugs**
If you found a bug, open up an issue on github with the prefix [ISSUE](https://github.com/GooseFX1/gfx-ssl-sdk/issues). To help us be more effective in resolving the problem, be specific in the steps it took to reproduce the problem (ex. when did the issue occur, code samples, debug logs etc).
**Feedback**
Got ideas on how to improve the system? Open up an issue on github with the prefix [FEEDBACK] and let's brainstorm more about it together!
# Addresses
## Devnet
```
CONTROLLER_PROGRAM=3Gwyhoudx8XgYry8dzKQ2GGsofkUdm7VZUvddHxchL3x
SSL_PROGRAM=JYe7AcuQ7CqhkGvchJGvSKF8ei41FuDKb1h47qkbFNf
CONTROLLER=ApkmzBaTPUAeVj3QuqDcz6iLE6xZSLd29nke4McqrKw5
```
## Mainnet
```
CONTROLLER_PROGRAM=8KJx48PYGHVC9fxzRRtYp4x4CM2HyYCm2EjVuAP4vvrx
SSL_PROGRAM=7WduLbRfYhTJktjLw5FDEyrqoEv61aTTCuGAetgLjzN5
CONTROLLER=8CxKnuJeoeQXFwiG6XiGY2akBjvJA5k3bE52BfnuEmNQ
```
# License
[MIT](https://choosealicense.com/licenses/mit/)