Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.stardust.gg/llms.txt

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

ts
const solStardustSigner = await wallet.sol;

Stardust Solana Signer methods

ts
const userSOLAddress = await solStardustSigner.getAddress();
const userSOLPublicKey = await solStardustSigner.getPublicKey();
const rawSignedDigest = await solStardustSigner.signRaw('0x010203');
const signedMessage = await solStardustSigner.signMessage('hello world');