Skip to main content
Para Server SDK provides seamless integration with Solana blockchain through both Solana Web3.js and Anchor frameworks. Once you’ve set up and authenticated your Para Server client, the Solana integration works identically to the client-side implementation.
Before using these integrations, ensure you’ve completed the server setup by importing a client session or creating a pregenerated wallet. See the for details.

Installation

Install the required dependencies for your preferred Solana library:

Implementation

Solana Web3.js Integration

The Para Solana Web3 Signer works seamlessly with the Solana Web3.js library:

Anchor Integration

Para can be used with Anchor by creating an Anchor-compatible wallet wrapper:

Best Practices

  • Use higher commitment levels (confirmed or finalized) for critical transactions
  • Implement proper error handling for network failures
  • Consider retry logic for Solana RPC endpoints, which can occasionally be unreliable
  • Cache account data where appropriate to reduce RPC usage

Learn More

For detailed examples of using Para with Solana, including SPL token transfers, NFT interactions, and more, refer to our web documentation:

Examples

Explore our server-side Solana integration examples: