go-waku/examples/noise
Richard Ramos 627fbbab6e feat: js-noise / go-noise interop 2022-12-21 14:59:29 -04:00
..
Makefile feat: js-noise / go-noise interop 2022-12-21 14:59:29 -04:00
README.md feat: js-noise / go-noise interop 2022-12-21 14:59:29 -04:00
chat2.pb.go feat: js-noise / go-noise interop 2022-12-21 14:59:29 -04:00
chat2.proto feat: js-noise / go-noise interop 2022-12-21 14:59:29 -04:00
go.mod feat: js-noise / go-noise interop 2022-12-21 14:59:29 -04:00
go.sum feat: js-noise / go-noise interop 2022-12-21 14:59:29 -04:00
main.go feat: js-noise / go-noise interop 2022-12-21 14:59:29 -04: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

Also clone https://github.com/waku-org/js-noise and execute the following commands:

git clone https://github.com/waku-org/js-noise
cd js-noise
npm install
npm run build
cd example
npm install
npm start

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