Features
Para Plugin Integration
Integration of solana-plugin-para for both backend and frontend environments
Wallet Management
Complete example of Para wallet creation, management, and transaction handling
Best Practices
Real-world usage patterns and implementation best practices
Full-stack Implementation
Includes both server-side and client-side integration examples
Prerequisites
- Node.js 16.x or higher
- pnpm or bun package manager
- Solana development environment
- Para API credentials
Installation
1
Clone the repository
2
Install Para plugin dependencies
First, clone and build the Para plugin:Then install the example project dependencies:
3
Set up environment variables
Copy the example environment file:Update the
.env
file with your credentials:Running the Example
Start the development server:Implementation Details
Server-Side Integration
Para can be integrated on the server side by using the Para Server Plugin:Web Integration
For client-side integration, use the Para Web Plugin:Para Plugin Features
The Para plugin adds the following capabilities to your Solana Agent:Wallet Creation
Wallet Creation
Create embedded wallets for your users without requiring them to manage private keys or install extensions.
Transaction Signing
Transaction Signing
Sign transactions securely through Para’s infrastructure:
Key Management
Key Management
Para handles all key management securely, allowing you to focus on building your application logic.
Project Structure
Integration Benefits
Using Para with Solana Agent Kit provides several advantages:- User-friendly onboarding - Create wallets for users without requiring technical knowledge
- Enhanced security - Para’s secure infrastructure manages keys and signing
- Developer simplicity - Abstract away complex wallet management
- Flexible deployment - Works in both server and client environments
- Seamless AI integration - Para works naturally with the Agent Kit’s AI capabilities
Resources
Para Documentation
Official Para integration guides and API documentation
Solana Agent Kit
Solana Agent Kit v2 documentation and examples
Para Website
Learn more about Para and its features
GitHub Repository
Access the example source code on GitHub