Development set-up for developing an integration
- 03 Jul 2024
- 1 Minute to read
- DarkLight
- PDF
Development set-up for developing an integration
- Updated on 03 Jul 2024
- 1 Minute to read
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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:
- You may wish to install the wallet and connector extension.
- When you have created an account, you can retrieve test XRD through the wallet.
Was this article helpful?