Requirements

To integrate with Qwery, ensure the following prerequisites:

  • Solana Wallet: A compatible wallet with USDC balance for testing payments and settlements.

  • Development Environment: Node.js 18+ for TypeScript/JavaScript integrations; Python 3.11+ for Python-based setups.

  • Access Keys: Generated via the dashboard after wallet authentication.

No prior blockchain experience is required, as Qwery abstracts these details.9.2 Environment VariablesConfigure these in your application's .env file or deployment platform:

QWERY_CONSUMER_KEY=QWERY_ck_live_...  # For consumer-side authentication
QWERY_CONSUMER_SECRET=QWERY_cs_live_...  # Paired secret for secure calls
QWERY_SECRET_KEY=QWERY_sk_live_...  # Provider secret for SDK middleware

SOLANA_PRIVATE_KEY=your_base58_private_key  # For consumer SDK wallet operations
SOLANA_RPC_URL=https://api.mainnet-beta.solana.com  # Custom RPC if overriding defaults

Keys are project-specific and rotatable; always use production keys for live environments.

Last updated