JavaScript implementation of Waku v2 https://js.waku.org
Go to file
Franck Royer 6558ac60bb
Force identify nim node to support waku protocol
2021-03-15 15:34:56 +11:00
.github Uses latest buf 2021-03-15 15:23:54 +11:00
.vscode Initial commit 2021-03-05 09:34:01 +11:00
proto/waku/v2 test: Send message from js node to nim node 2021-03-15 13:27:50 +11:00
src Force identify nim node to support waku protocol 2021-03-15 15:34:56 +11:00
.cspell.json Fix tests 2021-03-05 09:41:03 +11:00
.editorconfig Initial commit 2021-03-05 09:34:01 +11:00
.eslintrc.json Adopt more typescript-y syntax, do not lint generated files 2021-03-10 14:30:31 +11:00
.gitignore Use waku messages over waku relay 2021-03-10 16:22:49 +11:00
.prettierignore Use waku messages over waku relay 2021-03-10 16:22:49 +11:00
LICENSE Initial commit 2021-03-05 09:34:01 +11:00
README.md Update readme 2021-03-15 14:35:10 +11:00
buf.gen.yaml Use waku messages over waku relay 2021-03-10 16:22:49 +11:00
buf.yaml Use waku messages over waku relay 2021-03-10 16:22:49 +11:00
package-lock.json test: Nim-waku connects to JS (success) 2021-03-11 11:11:37 +11:00
package.json test: Nim-waku connects to JS (success) 2021-03-11 11:11:37 +11:00
tsconfig.json Connects to nim-waku using waku-relay protocol 2021-03-05 14:41:20 +11:00
tsconfig.module.json Initial commit 2021-03-05 09:34:01 +11:00

README.md

js-waku

A JavaScript implementation of the Waku v2 protocol.

Work In Progress