Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kybernetwork/kyber-pro
Reference code and examples for using the Kyber FPR JS SDK
https://github.com/kybernetwork/kyber-pro
Last synced: about 1 month ago
JSON representation
Reference code and examples for using the Kyber FPR JS SDK
- Host: GitHub
- URL: https://github.com/kybernetwork/kyber-pro
- Owner: KyberNetwork
- Created: 2020-06-30T02:41:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:16:15.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T21:01:08.676Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.38 MB
- Stars: 1
- Watchers: 3
- Forks: 33
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## KYBER FPR Implementation
Kyber FPRs allows professional MMs to either manually or build bots to operate their own unique algorithms, customize their trading strategy, and adjust their desired risk exposure.
[Read More](/documentation/kyberPro-primer.md)This is a reference implementation for Kyber's FPR [Javascript SDK](https://github.com/KyberNetwork/fpr-sdk.js).
We recommend reviewing the following basic walkthrough to get a good understanding of the key ideas. By default, it connects to Ropsten testnet, but you can easily point it to mainnet when you are ready to deploy.- [Walkthrough 1: Deployment, Adding Token Pairs and Setting Rates](tutorials/guides/tutorial-walkthrough1.md)
- [Walkthrough 2: Controlling Rates](/tutorials/guides/tutorial-walkthrough2.md)
- [Mainnet Staging Guide](/tutorials/guides/tutorial-mainnetStaging.md)
- [Walkthrough 3: Optimization ](/tutorials/guides/tutorial-walkthrough3.md)Additional documentation on the reserve system :
- [FPR System](/documentation/fedPriceReserve-intro.md)
- [Reserve ID and Rebates](/documentation/reserveId-Rebates.md)
- [Infrastructure Details](/documentation/infrastructureDetails.md)
- [Trading Strategy](/documentation/tradingStrategy.md)# re-structure