Skip to main content

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:

  1. Development Environment

    • Node.js 16+ installed
    • TypeScript knowledge
    • Basic React familiarity (for UI tutorials)
  2. Intuition Setup

    • SDK installed (npm install @0xintuition/sdk)
    • Wallet with testnet ETH
    • Connected to Intuition Testnet
  3. Recommended Tools

    • GraphQL client (like Apollo or urql)
    • Code editor (VS Code recommended)
    • Git for cloning example repos

See Getting Started for setup instructions.