Development set-up for developing an integration
  • 03 Jul 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Development set-up for developing an integration

  • Dark
    Light
  • PDF

Article summary

The recommended development set-up is to either:

  • Run a docker node locally via docker-compose, synced to a test network by cloning the babylon-node repository by following the instructions in the testnet-node folder.
  • Run a shared testnet node in your infrastructure which you can connect to. See the Test Networks section (or follow the link in the previous bullet point) for more details on how to configure this node.

You will then need to develop integrations against:

  • The LTS Core Api - see the Integration: LTS Core API section.
  • The Toolkit for Exchanges - see the Integration: LTS Toolkit for Exchanges section.
  • Any custom data sources/infrastructure that you wish to push data into.

To test sending transfers as a user would:


Was this article helpful?