Unibase Docs
  • Introduction
    • Architecture
    • Core Components
    • Quick Start
  • Membase
    • 📚Architecture
    • Identity
    • Multi Memory
    • Authorization
    • 🚀Quick Start
  • AIP
    • Design
    • Agent Interaction Process
    • Implementation
    • Quick Start
      • Tool
      • Agent
        • Agent-Tool Interaction Via gRPC
        • Agent-Tool Interaction Via SSE
        • Agent-Agent Interaction
      • Chess game
  • Unibase DA
    • DA
    • Storage
    • Quick Start
      • Nodes boostrap
        • Storage Node
        • Validator Node
        • Stream Node
        • Docker
      • Nodes operations
  • Developers
    • Hub
    • SDK
    • API Reference
  • Alpha Testing
    • Testing plan
    • Requirements
    • Chains
  • 🚀Examples
  • AIP Whitepaper
Powered by GitBook
On this page
  • Network Requirements
  • Run
  1. Unibase DA
  2. Quick Start
  3. Nodes boostrap

Stream Node

Network Requirements

High network requirements, requires an external IP address.

Run

Set environment before your operation:

export CHIAN_TYPE=<your CHIAN_TYPE>

Initialize, using the ~/.stream directory by default

./stream-edge init

Using port 8083 by default, port 8083 needs to be accessible from the external network

./stream-edge daemon run -e EXPOSE_URL

For example, if the external IP is 1.2.3.4

./stream-edge daemon run -b 0.0.0.0:8083 -e http://1.2.3.4:8083
PreviousValidator NodeNextDocker

Last updated 21 days ago