JavaScript implementation of Waku v2 https://js-waku.wakuconnect.dev
Go to file
dependabot[bot] c1c1858175
Bump @types/node from 17.0.18 to 17.0.19 in /examples/eth-pm (#560)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-22 14:33:20 +11:00
.github Angular js example for relay best practices (#549) 2022-02-22 14:02:08 +11:00
.vscode
ci ci: fix publish step conditional branch check 2022-02-21 10:53:51 +01:00
examples Bump @types/node from 17.0.18 to 17.0.19 in /examples/eth-pm (#560) 2022-02-22 14:33:20 +11:00
guides
nim-waku@dba82b6c9c
proto/waku/v2
src Remove unnecessary use of Buffer (#548) 2022-02-17 13:23:39 +11:00
.cspell.json
.editorconfig
.eslintrc.json
.gitignore Angular js example for relay best practices (#549) 2022-02-22 14:02:08 +11:00
.gitmodules
.mocharc.json Reduce Buffer usage in ENR module (#522) 2022-02-16 12:11:54 +11:00
.prettierignore
CHANGELOG.md Replace rlp with ethers' rlp (#526) 2022-02-16 14:08:48 +11:00
CONTRIBUTING.md
LICENSE-APACHE-v2
LICENSE-MIT
README.md
buf.gen.yaml
buf.yaml
karma-live-data.conf.js
karma.conf.js
netlify.toml
package-lock.json Angular js example for relay best practices (#549) 2022-02-22 14:02:08 +11:00
package.json Angular js example for relay best practices (#549) 2022-02-22 14:02:08 +11:00
tsconfig.dev.json
tsconfig.json
tsconfig.umd.json
typedoc.json
webpack.config.bundle.js
webpack.config.js
webpack.config.min.bundle.js
webpack.config.min.js

README.md

NPM

GitHub Action Discord chat

js-waku

A JavaScript implementation of the Waku v2 protocol.

Documentation

API Documentation can also be generated locally:

git clone https://github.com/status-im/js-waku.git
cd js-waku
npm install
npm run doc

Changelog

Release changelog can be found in CHANGELOG.md.

Bugs, Questions & Features

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

To get help, join #wakuconnect-support on Vac Discord or Telegram.

For more general discussion and latest news, join #wakuconnect on Vac Discord or Telegram.

Roadmap

You can track progress on the project board.

Contributing

See CONTRIBUTING.md.

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.