Aller au contenu principal

Intuition Platform Overview

Platform Architecture

The Intuition platform consists of a comprehensive ecosystem of technologies that compose a universal and permissionless token-curated knowledge graph. The Intuition Platform is composed of the following core components:

Core Components

  1. Solidity Smart Contracts
    1. A set of contracts composing the on-chain state of Intuition
      1. This on-chain state forms the nodes, edges, and weights of the Intuition Graph
  2. Rust Backend
    1. Indexes and aggregates the on-chain and off-chain state of Intuition
    2. Transforms the aggregated on-chain and off-chain state at different levels of interpretation
    3. Allows developers to subscribe to a queue of data at any level of interpretation
  3. APIs/SDK
    1. Managed service built on top of the Rust Backend
    2. Indexes the aggregated Intuition Graph to a unified set of databses (relational, graph, vector)
    3. Serves a unified API on top of this aggregate set of databases, allowing developers to easily interact with and query the Intuition Graph
  4. TypeScript Monorepo
    • React/Remix/Vite
    • Integrated with the Intuition API & SDK
    • Contains the 1UI package
      • Reusable UI components
      • Consistent design system
      • Storybook integration for component documentation
    • Contains template applications, allowing developers to get up and running quickly

Integration Options

  1. GraphQL API
    • Real-time data queries
    • Type-safe operations
    • Efficient data loading
  2. REST API
    • Traditional HTTP endpoints
    • Simple integration path
    • Broad compatibility
  3. Protocol SDK
    • Direct blockchain interactions
    • Smart contract integration
    • Web3 capabilities