> ## 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.

# Getting Started

```typescript ts theme={null}
const solStardustSigner = await wallet.sol;
```

### Stardust Solana Signer methods

```typescript ts theme={null}
const userSOLAddress = await solStardustSigner.getAddress();
const userSOLPublicKey = await solStardustSigner.getPublicKey();
const rawSignedDigest = await solStardustSigner.signRaw('0x010203');
const signedMessage = await solStardustSigner.signMessage('hello world');
```
