Guides
Hands-on walkthroughs of building with @soda-sdk/core. Each guide is
self-contained: copy the code, fill in your config, run.
Derive a Sepolia address from a Solana PDA, request a signature on-chain, assemble the signed RLP, and broadcast. End-to-end in TypeScript.
Sign an Ethereum txSame key, non-EVM chain. Derive a Sui address, BCS-encode a transfer,
request the signature through sui_demo, and execute over GraphQL.
More guides land here as new chains come online (BTC P2WPKH, EIP-1559,
Sui Move calls through sign_sui_tx).