Sol
Getting Started
Start Here
Typescript SDK
- Getting Started
- Application
- Profiles
- Signers
- Ethers v5
- Ethers v6
- EVM (Without Ethers)
- IMX
- Sui
- Sol
- Aptos
Sol
Getting Started
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');
Was this page helpful?
On this page