Browser library using Noise Protocols for Waku Payload Encryption https://rfc.vac.dev/spec/35/
Go to file
weboko 2ec5928aed
try mangle
2023-02-08 21:29:06 +01:00
.github/workflows enable publishing only on master 2023-01-25 01:16:07 +01:00
example chore: add docs 2023-01-06 13:34:32 -04:00
src use import type 2023-02-08 20:41:37 +01:00
.cspell.json chore: add docs 2023-01-06 13:34:32 -04:00
.editorconfig initial commit 2022-11-13 09:39:26 -04:00
.eslintrc.json test: handshakes 2022-11-15 17:56:25 -04:00
.gitignore initial commit 2022-11-13 09:39:26 -04:00
.mocharc.json test: handshakes 2022-11-15 17:56:25 -04:00
.prettierrc test: handshakes 2022-11-15 17:56:25 -04:00
.size-limit.cjs test: handshakes 2022-11-15 17:56:25 -04:00
LICENSE-APACHE-v2 initial commit 2022-11-13 09:39:26 -04:00
LICENSE-MIT initial commit 2022-11-13 09:39:26 -04:00
README.md chore: add docs 2023-01-06 13:34:32 -04:00
bors.toml initial commit 2022-11-13 09:39:26 -04:00
buf.gen.yaml initial commit 2022-11-13 09:39:26 -04:00
buf.yaml initial commit 2022-11-13 09:39:26 -04:00
karma.conf.cjs try mangle 2023-02-08 21:29:06 +01:00
package-lock.json fix mocha for local run 2023-02-01 23:25:55 +01:00
package.json try to use default resolution 2023-02-02 00:01:31 +01:00
rollup.config.js initial commit 2022-11-13 09:39:26 -04:00
tsconfig.dev.json initial commit 2022-11-13 09:39:26 -04:00
tsconfig.json remove libp2p as type root, process ts from node_modules by ts loader 2023-01-31 23:56:41 +01:00
tsconfig.karma.json initial commit 2022-11-13 09:39:26 -04:00
typedoc.json initial commit 2022-11-13 09:39:26 -04:00

README.md

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.