Developer
Panacea provides a easy way to manage your real-time trading bot status. You can adapt to your own bots by developing extensions. Your are welcome to add extensions based on Freqtrade, Zenbot, and others
Development process
Understand the Panacea API and decide which APIs you need to adapt to
Add an extension based on Panacea to your bot code
Download the Panacea application Download Panacea and add your trading bot for testing
You can also directly use the Web version of Panacea Directly add your trading bot for testing
Download the Panacea API code and place your relevant code in the 'extensions' directory
bash
git clone https://github.com/markmind/panacea-api.git
- Submit a PR and we will merge as soon as possible
Precautions
- When adding code, it is necessary to add the README.md file in the root directory to help users understand the details of using the extension
- All extensions need to follow 'MIT' license
- You can download and run XCoin to learn how to use api.