Para’s Server SDK enables you to perform blockchain operations on the server-side across Node.js, Bun, Deno, and Cloudflare Workers environments. The server SDK shares the same core functionality as the web SDK, with authentication being the primary difference.Documentation Index
Fetch the complete documentation index at: https://docs.getpara.com/llms.txt
Use this file to discover all available pages before exploring further.
Non-Node.js runtimes (Bun, Deno, Cloudflare Workers) require
disableWebSockets: true in the constructor.
See the setup guide for details.