1. 1. About
  2. 2. Features
  3. 3. Installation
    1. 3.1. Docker
    2. 3.2. Standalone
    3. 3.3. Configure Compute To Data
    4. 3.4. Jupyter Server
  4. 4. Samples
    1. 4.1. Hello World
    2. 4.2. My First Node
    3. 4.3. Confidential Compute
    4. 4.4. Local Database
    5. 4.5. Verifiable Compute
    6. 4.6. Split Learning
  5. 5. Architecture
    1. 5.1. Overview
    2. 5.2. Nodes
    3. 5.3. Authentication
    4. 5.4. Audit
    5. 5.5. Storage
    6. 5.6. Operations
    7. 5.7. Monetization
    8. 5.8. Batching
    9. 5.9. Hashing
    10. 5.10. Integrity Guarantees
    11. 5.11. Compute
      1. 5.11.1. Compute To Data
      2. 5.11.2. Multi-Party Computing
      3. 5.11.3. Homomorphic Encryption
      4. 5.11.4. Zero-Knowledge Proofs
    12. 5.12. Anatomy of a Write Operation
    13. 5.13. Anatomy of a Read Operation
    14. 5.14. Network Time
    15. 5.15. Token Bridging
    16. 5.16. Marketplace
  6. 6. API
    1. 6.1. APIs
    2. 6.2. Creating an API client
    3. 6.3. Session Management
    4. 6.4. Status API calls
    5. 6.5. Data and Compute API
      1. 6.5.1. Data Operations
      2. 6.5.2. Compute To Data
      3. 6.5.3. Compute Lineage
      4. 6.5.4. Homomorphic Encryption
      5. 6.5.5. Multi-Party Computing
      6. 6.5.6. Storage Proofs
      7. 6.5.7. Merkle Trees
      8. 6.5.8. Zero-Knowledge Proofs
    6. 6.6. Lineage API
    7. 6.7. Feeds API
    8. 6.8. Verifiable Credentials API
    9. 6.9. Messaging API
    10. 6.10. Admin API
    11. 6.11. Layer-1 API

Weavechain

Samples

  • Hello World

  • My First Node

  • Confidential Compute Sample

  • Local Database Sample

  • Verifiable Compute Sample

  • Split Learning Sample