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.

The parse function identifies the type of address and extracts any embedded data.

Usage

import { parse } from 'stellar-address-kit';

const result = parse("MA7Q...QD");
// { type: 'MUXED', baseAddress: 'GA7Q...', id: '123' }

Supported Types

  • CLASSIC (G…)
  • MUXED (M…)
  • CONTRACT (C…)