2023-01-06 13:34:32 -04:00
2022-11-13 09:39:26 -04:00
2023-01-06 13:34:32 -04:00
2023-01-06 13:34:32 -04:00
2023-01-06 13:34:32 -04:00
2022-11-13 09:39:26 -04:00
2022-11-15 17:56:25 -04:00
2022-11-13 09:39:26 -04:00
2022-11-15 17:56:25 -04:00
2022-11-15 17:56:25 -04:00
2022-11-15 17:56:25 -04:00
2022-11-13 09:39:26 -04:00
2022-11-13 09:39:26 -04:00
2022-11-13 09:39:26 -04:00
2022-11-15 17:56:25 -04:00
2022-11-13 09:39:26 -04:00
2022-11-13 09:39:26 -04:00
2022-12-05 18:16:38 -04:00
2023-01-06 13:34:32 -04:00
2022-11-13 09:39:26 -04:00
2022-11-13 09:39:26 -04:00
2022-11-13 09:39:26 -04:00
2022-11-13 09:39:26 -04:00
2022-11-13 09:39:26 -04:00

js-noise

Browser library using Noise Protocols for Waku Payload Encryption https://rfc.vac.dev/spec/35/

Install

npm install @waku/noise

# or with yarn

yarn add @waku/noise

Documentation

Refer to the specs and examples for details on how to use this library

Running example app

git clone https://github.com/waku-org/js-noise
cd js-noise/example
npm install  # or yarn
npm start

Browse http://localhost:8080 to see the webapp where the pairing process can be initiated

Bugs, Questions & Features

If you encounter any bug or would like to propose new features, feel free to open an issue.

For more general discussion, help and latest news, join Vac Discord or Telegram.

License

Licensed and distributed under either of

or

at your option. These files may not be copied, modified, or distributed except according to those terms.

Description
Browser library using Noise Protocols for Waku Payload Encryption https://rfc.vac.dev/spec/35/
Readme
Languages
TypeScript 98.6%
JavaScript 1.4%