darshankabariya 18e5d89f7a
Revert "chore: align with logos-delivery"
This reverts commit ef5252b8174106056578b230dd51641b0c7a4261.
2026-03-02 16:51:32 +05:30
..
2024-11-28 10:35:41 +01:00

Description

This is a very simplistic example where two waku nodes are instantiated within the same Rust app.

What it does

  1. Instantiates two Waku nodes
  2. Each node registers an event callback (waku message event, connection change event, etc.)
  3. Each node starts
  4. Each node perform relay subscription
  5. "node1" publishes a waku message
  6. Both nodes are stopped

How to run

From within the examples/basic/ foder run:

cargo run