Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.12 KB

developer.md

File metadata and controls

27 lines (16 loc) · 1.12 KB

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

  1. Understand the Panacea API and decide which APIs you need to adapt to

  2. Add an extension based on Panacea to your bot code

  3. Download the Panacea application Download Panacea and add your trading bot for testing

  4. You can also directly use the Web version of Panacea Directly add your trading bot for testing

  5. Download the Panacea API code and place your relevant code in the 'extensions' directory

    git clone https://github.com/markmind/panacea-api.git
  1. 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.