Install and configure the Para Server SDK across Node.js, Bun, and Deno environments
{ excludeSigners: true }
as an argument to exportSession
to remove the signer data from the exported wallets:await para.exportSession({ excludeSigners: true });
before sending it to your server.