Developer Documentation
Build, launch, and scale Web3 projects with Actora's comprehensive APIs, SDKs, and developer tools. Ship your first quest in under 5 minutes.
Start Building in 3 Steps
Get your first quest live in under 5 minutes
Get API Key
Sign up and generate your API key from the developer dashboard. No credit card required.
Learn moreInstall SDK
Install our SDK via npm, yarn, or use REST API directly. Compatible with all major frameworks.
Learn moreCreate Quest
Deploy your first quest with a few lines of code. Start tracking user engagement immediately.
Learn moreSimple, Powerful Integration
Our SDK is designed for developers who want to ship fast. Intuitive APIs, comprehensive TypeScript support, and excellent documentation.
import { ActoraSDK } from '@actora/sdk';
const actora = new ActoraSDK({
apiKey: process.env.ACTORA_API_KEY,
network: 'mainnet'
});
// Create a quest
const quest = await actora.quests.create({
title: 'Complete Your First Swap',
type: 'on-chain',
requirements: {
action: 'swap',
minAmount: '10',
token: 'USDC'
},
rewards: {
xp: 100,
tokens: '50'
}
});Comprehensive Documentation
Everything you need to build on Actora
Guides & Tutorials
Step-by-step guides to launch campaigns, integrate rewards, and implement best practices for Web3 engagement.
Quest API
Create, manage, and verify on-chain and off-chain quests. Support for multi-step quests and custom verification logic.
Launchpad API
Token launch toolkit with fair distribution, vesting schedules, and automated liquidity provisioning.
Analytics API
Real-time metrics on user engagement, quest completions, retention rates, and on-chain activity.
SDKs & Libraries
Official SDKs for JavaScript/TypeScript, Python, Go, and Rust. Community libraries for additional languages.
Webhooks
Real-time event notifications for quest completions, user actions, token distributions, and system events.
Security & Auth
API authentication, rate limiting, signature verification, and security best practices for Web3 applications.
Smart Contracts
Interact with Actora's smart contracts. ABI documentation, deployment addresses, and integration patterns.
Token Economics
Learn about reward distribution, tokenomics models, staking mechanisms, and incentive design.
Quick Links
Resources
Need Help Building?
Join our active developer community on Discord. Get support from the core team, share what you're building, and connect with other developers in the ecosystem.
Enterprise Support
Building at scale? Get dedicated support, custom integrations, and SLA guarantees for your production applications.
Learn about EnterpriseMigration Guides
Switching from another platform? Our comprehensive migration guides make the transition seamless and straightforward.
View Migration Guides