Skip to main content

Documentation Index

Fetch the complete documentation index at: https://stellaraddresskit.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Stellar Address Kit is designed to be a thin layer on top of the standard Stellar SDKs.

SDK Compatibility

SDKSupportNote
Stellar SDK (JS/TS)FullUse for network communication, use Kit for routing.
Go Stellar SDKFullSeamlessly integrates with github.com/stellar/go.
Dart Stellar SDKFullHandles the BigInt edge cases for Flutter Web.

Network Compatibility

The kit is network-agnostic. It works with:
  • Mainnet
  • Testnet
  • Futurenet
  • Private Networks
Since it performs purely mathematical extraction (multiplexed encoding/decoding), it does not need to communicate with a Horizon server.