Getting Started
Quickstart Guide
This guide will help you create your first POW card using our API. We’ll show both direct API usage and SDK examples.
Prerequisites
Before you begin, make sure you have:
- A Solana wallet (like Phantom)
- A way to make HTTP requests (curl, Postman, or your preferred HTTP client).
Direct API Integration
1. Initialize Claim
First, request a sign-in message for your wallet:
2. Sign Message
Use your Solana wallet to sign the message. Here’s an example using the Phantom wallet:
3. Create Wallet Pass
Submit the signed message to create your wallet pass:
Next Steps
- Learn about error handling
- Review the complete API Reference