Skip to main content
@altude/core contains the shared primitives used by the TypeScript SDK.

Mnemonic generation

Solana accounts use the hardened path m/44'/501'/<index>'/0'. Pass an index to derive another account:
Mnemonics and derived private keys are secrets. Encrypt them at rest and never log or send them to Altude.

Direct RPC client

Most applications should call gasStation.getRpcClient(). If you need to construct the core client directly, use only values returned by transaction config:
The client validates the URL and token, adds bearer authorization, and lazily initializes subscription support.