There are two main approaches:
The recommended development set-up is to either:
The following guide will take you through recommendations for how to integrate with the Radix ledger.
Assuming that the Core API satisfies your integration requirements, then we’d recommend running:
The Core API specification is linked to here(https://radix-babylon-core-api.redoc.ly/).
The Radix Engine Toolkit (RET)(../../radix-engine-toolkit/README.md) is available for a number of different languages: TypeScript, Python, Swift, C#, Kotlin (JVM) and Rust. It is a library for build
Then, use the Toolkit for exchanges to build the transaction:
By using the /core/lts/stream/transaction-outcomes you can ingest the transaction stream from the Babylon ledger.
As mentioned in the Transaction Results section, there is no such thing as a user “transaction type” such as a “transfer” - all transactions make use of a transaction manifest, and could do anythi
You can use the following endpoints to monitor status: