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
- Solidity Smart Contracts
- A set of contracts composing the on-chain state of Intuition
- This on-chain state forms the nodes, edges, and weights of the Intuition Graph
- A set of contracts composing the on-chain state of Intuition
- Rust Backend
- Indexes and aggregates the on-chain and off-chain state of Intuition
- Transforms the aggregated on-chain and off-chain state at different levels of interpretation
- Allows developers to subscribe to a queue of data at any level of interpretation
- APIs/SDK
- Managed service built on top of the Rust Backend
- Indexes the aggregated Intuition Graph to a unified set of databses (relational, graph, vector)
- Serves a unified API on top of this aggregate set of databases, allowing developers to easily interact with and query the Intuition Graph
- 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
- GraphQL API
- Real-time data queries
- Type-safe operations
- Efficient data loading
- REST API
- Traditional HTTP endpoints
- Simple integration path
- Broad compatibility
- Protocol SDK
- Direct blockchain interactions
- Smart contract integration
- Web3 capabilities