mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-05 07:23:10 +00:00
Also removes the private API from RPC. C-Bindings are not affected, but future revisions might remove the asymmetric/symmetric functions for lightpush and relay and replace them instead by separate encoding functions
Using the noise application
Background
The noise application is an example that shows how to do pairing between js-waku and go-waku
Preparation
make
Basic application usage
To start the noise application run the following from the project directory
./build/noise
The app will display a QR and a link that will open the js-noise example in the browser. The handshake process will start afterwards