Tutorials
Learn by building real applications with Intuition. Each tutorial is a complete, end-to-end guide with working code.
Building Applicationsβ
Reputation Systemβ
Build a developer reputation platform with skills, endorsements, and verifiable credentials.
You'll learn:
- Creating identity atoms from Ethereum addresses
- Skill attestations with triples
- Weighted endorsements with signals
- Querying and displaying reputation data
Time: 2-3 hours | Level: Intermediate
Curated Listsβ
Create community-curated, ranked lists where stake determines ranking.
You'll learn:
- Token-curated registries (TCRs)
- Signal-based ranking algorithms
- List management and curation
- Dispute resolution mechanisms
Time: 2 hours | Level: Intermediate
Social Attestationsβ
Build a decentralized professional network with portable identity.
You'll learn:
- Professional profiles as atoms
- Connection and recommendation triples
- Experience verification
- Cross-platform portability
Time: 2-3 hours | Level: Intermediate
Fraud Detectionβ
Create a community-driven scam flagging system.
You'll learn:
- Safety claim triples
- Expert-weighted signals
- Alert and notification systems
- False positive handling
Time: 2 hours | Level: Advanced
Prediction Marketβ
Build a non-resolving forecasting platform.
You'll learn:
- Event and prediction atoms
- Track record calculation
- Confidence signals
- Reputation scoring
Time: 2 hours | Level: Advanced
Data Queriesβ
GraphQL-focused tutorials for querying the knowledge graph (Coming Soon).
Advanced Patternsβ
Advanced tutorials coming soon including nested triples, batch operations, and oracle integration.
Need Help?β
Prerequisites for Tutorialsβ
Before starting these tutorials, make sure you have:
-
Development Environment
- Node.js 16+ installed
- TypeScript knowledge
- Basic React familiarity (for UI tutorials)
-
Intuition Setup
- SDK installed (
npm install @0xintuition/sdk) - Wallet with testnet ETH
- Connected to Intuition Testnet
- SDK installed (
-
Recommended Tools
- GraphQL client (like Apollo or urql)
- Code editor (VS Code recommended)
- Git for cloning example repos
See Getting Started for setup instructions.