Developer overview
Choose a starting point for your integration.
| Build | Use |
|---|---|
| A view of blocks, assets, or accounts | Explorer API |
| Signed login to the validator portal | Browser wallet provider |
| A proposal or contribution workflow | Validator portal API and its signed session |
| A network client or validator integration | The matching Heartwood Core release and network contract |
| An exchange or custodian design | Proposed integration model |
Start with read-only data
Section titled “Start with read-only data”- Try a request to the local explorer API and inspect its records and response format.
- Preserve decimal strings, Asset IDs, and data-mode labels in your client.
- Read network configuration before adding account authorization.
The sample API and portal login do not expose transaction broadcasting.
Source code
Section titled “Source code”The IceRoot GitHub organization is the source-code entry point. Some repositories require organization access.
Follow the selected repository’s README and locked dependencies. The architecture guide maps the application stack and source layout.