1. Hyperware
  2. 1. Hyperware OS
    ❱
    1. 1.1. Quick Start
      ❱
      1. 1.1.1. Introduction
      2. 1.1.2. Hypermap and HNS
      3. 1.1.3. Design Philosophy
      4. 1.1.4. Installation
      5. 1.1.5. Join the Network
    2. 1.2. System Components
      ❱
      1. 1.2.1. Processes
        ❱
        1. 1.2.1.1. Process Semantics
        2. 1.2.1.2. Capability-Based Security
        3. 1.2.1.3. Startup, Spindown, and Crashes
        4. 1.2.1.4. Extensions
        5. 1.2.1.5. WIT APIs
      2. 1.2.2. Networking Protocol
      3. 1.2.3. HTTP Server & Client
      4. 1.2.4. Read+Write to Chain
      5. 1.2.5. Files
      6. 1.2.6. Databases
      7. 1.2.7. Terminal
    3. 1.3. Process Standard Library
    4. 1.4. Kit: Development Toolkit
      ❱
      1. 1.4.1. Installation
      2. 1.4.2. boot-fake-node
      3. 1.4.3. new
      4. 1.4.4. build
      5. 1.4.5. start-package
      6. 1.4.6. publish
      7. 1.4.7. build-start-package
      8. 1.4.8. remove-package
      9. 1.4.9. chain
      10. 1.4.10. dev-ui
      11. 1.4.11. inject-message
      12. 1.4.12. run-tests
      13. 1.4.13. connect
      14. 1.4.14. reset-cache
      15. 1.4.15. boot-real-node
      16. 1.4.16. view-api
    5. 1.5. My First Hyperware Application
      ❱
      1. 1.5.1. Environment Setup
      2. 1.5.2. Sending and Responding to a Message
      3. 1.5.3. Messaging with More Complex Data Types
      4. 1.5.4. Frontend Time
      5. 1.5.5. Sharing with the World
    6. 1.6. In-Depth Guide: Chess App
      ❱
      1. 1.6.1. Environment Setup
      2. 1.6.2. Chess Engine
      3. 1.6.3. Adding a Frontend
      4. 1.6.4. Putting Everything Together
      5. 1.6.5. Extension: Chat
    7. 1.7. Cookbook (Handy Recipes)
      ❱
      1. 1.7.1. Saving State
      2. 1.7.2. Managing Child Processes
      3. 1.7.3. Publishing a Website or Web App
      4. 1.7.4. Simple File Transfer Guide
      5. 1.7.5. Intro to Web UI with File Transfer
      6. 1.7.6. Writing and Running Scripts
      7. 1.7.7. Reading Data from ETH
      8. 1.7.8. Writing Data to ETH
      9. 1.7.9. Creating and Using Capabilities
      10. 1.7.10. Managing Contacts
      11. 1.7.11. Use ZK proofs with SP1
      12. 1.7.12. Talking to the Outside World
      13. 1.7.13. Exporting & Importing Package APIs
      14. 1.7.14. Exporting Workers in Package APIs
    8. 1.8. API Reference
      ❱
      1. 1.8.1. ETH Provider API
      2. 1.8.2. Frontend/UI Development
      3. 1.8.3. HTTP API
      4. 1.8.4. HTTP Client API
      5. 1.8.5. HTTP Server API
      6. 1.8.6. Kernel API
      7. 1.8.7. hyperware.wit
      8. 1.8.8. KV API
      9. 1.8.9. Net API
      10. 1.8.10. SQLite API
      11. 1.8.11. Terminal API
      12. 1.8.12. Timer API
      13. 1.8.13. VFS API
      14. 1.8.14. WebSocket API
    9. 1.9. Hosted Nodes User Guide
    10. 1.10. Audits and Security
    11. 1.11. Glossary
  3. 2. Hypergrid
    ❱
    1. 2.1. Running an Operator Node
    2. 2.2. Running a Provider Node
Hyperware Book

Hyperware

kit

kit is a CLI toolkit to make development on Hyperware ergonomic.

Table of Contents

  • Installation
  • kit boot-fake-node
  • kit new
  • kit build
  • kit start-package
  • publish
  • kit build-start-package
  • kit remove-package
  • kit chain
  • kit dev-ui
  • kit inject-message
  • kit run-tests
  • kit connect
  • kit reset-cache
  • kit boot-real-node
  • kit view-api
Get Help: