go-waku/examples/noise
Vit∀ly Vlasov 6e47bd1cf0
feat: filter subscription management and multiplexing (#1048)
Filter wrapper API that takes care of managing subscriptions and multiplex them onto a single data channel to be consumed by user. 

Co-authored-by: Prem Chaitanya Prathi <chaitanyaprem@gmail.com>
2024-05-15 13:03:59 +05:30
..
pb fix: noise example 2023-02-20 10:53:30 -04:00
Makefile feat: js-noise / go-noise interop 2022-12-21 14:59:29 -04:00
README.md fix: run instructions in NOISE 2023-02-20 12:31:04 -04:00
go.mod feat: filter subscription management and multiplexing (#1048) 2024-05-15 13:03:59 +05:30
go.sum feat: filter subscription management and multiplexing (#1048) 2024-05-15 13:03:59 +05:30
main.go chore: switch wakuv2 fleet to waku 2024-03-20 11:38:48 +01:00

README.md

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