Space Operator
  • Welcome
  • Visual Builder
    • Flows
      • API Key & POST Request
      • WebSocket
        • Signature Requests
      • Nested Flows
      • Learn Solana
      • Add flows to your websites
      • Iterate with Localhost
    • Nodes
      • Web Assembly Nodes
        • space-cli
        • space-lib
        • Examples in Rust
          • Rectangle
          • Filter
          • Regex
        • Uploading WASM binary via UI
      • Native Nodes
        • Code Template
        • Node Definition
        • ValueSet
        • Submitting Native Nodes
        • Tracing
      • Mock Nodes
      • JS Node
      • API Input Node
  • Self-hosting
    • Docker Compose
    • Serving HTTPS
    • Lightsail Instance
    • Export data to your instance
  • FAQ
    • Servers
  • References
    • Flows
    • Flow Deployment
Powered by GitBook
On this page

Was this helpful?

  1. Visual Builder
  2. Flows

Iterate with Localhost

Setup Flow server locally to add and iterate on your custom nodes.

PreviousAdd flows to your websitesNextNodes

Last updated 1 year ago

Was this helpful?

  1. Setup Flow server locally

    • Clone Flow server repo

    • Update the guest.toml

      API key, project_id, and anon_key can be found and generate in the settings page.

    • Run RUST_LOG=info cargo run -p flow-server -- guest.toml

  2. Login to Space Operator and toggle the remote button to localhost to run a flow locally

  3. When iterating locally, use tracing to help debug Tracing

https://github.com/space-operator/flow-backend.git