Changelog

Radiant developer platform Last Updated: July 2026

Release notes for the developer-facing pieces of the Radiant platform — the @radiant-core/sdk TypeScript SDK and the public RXinDexer REST API served at https://radiantcore.org/api. Newest first. For the Radiant Core node's own releases, see the node release page.

@radiant-core/sdk 0.2.0 SDK

2026-07-18 npm full changelog

Discovery, partial fungible sends, and hardening. See the SDK guide for usage.

Added

Fixed

Companion release — public discovery API. The RXinDexer v4 discovery indexes went live on https://radiantcore.org/api the same day, powering the SDK's discovery calls and usable directly over REST (opaque, URL-safe cursors; full reference in the Developer Guide):
  • GET /glyphs/recent — newest-deployed tokens across all types, or one type via type_id.
  • GET /glyphs/by-type/{type_id}?order=recent — newest-first view of a single type (the previous order=ref hash order remains the default).
  • GET /glyphs/encrypted — encrypted-token list (ciphertext hashes and metadata commitments only); this path previously returned 422 and now works.

@radiant-core/sdk 0.1.0 SDK

2026-06-28 npm

Initial release of the TypeScript SDK for building Radiant dapps without reading internal wallet or library source.