Skip to main content

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.

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.
The Server SDK only works with Embedded Wallets. For connecting to and signing with external wallets such as MetaMask and Phantom, you will need to integrate one of Para’s Client SDKs.
Non-Node.js runtimes (Bun, Deno, Cloudflare Workers) require disableWebSockets: true in the constructor. See the setup guide for details.

Getting Started

Server Setup

Blockchain Ecosystem Support

Para works seamlessly with major blockchain ecosystems on the server-side, allowing you to leverage Para’s authentication alongside chain-specific libraries:

EVM Integration

Solana Integration

Cosmos Integration

Stellar Integration

Authentication Options

Para offers two authentication methods for server-side applications:

Server Sessions

Pregenerated Wallets

Resources

Examples

Troubleshooting