JavaScript implementation of Waku v2 https://js.waku.org
Go to file
Ivan Folgueira Bande db4621728b
chore: README.md: fix quick start link (#1607)
Co-authored-by: Sasha <118575614+weboko@users.noreply.github.com>
2023-09-22 17:32:34 +02:00
.github feat: add playwright CI testing (#1542) 2023-09-22 14:34:16 +02:00
.husky
.vscode
ci
packages feat: add playwright CI testing (#1542) 2023-09-22 14:34:16 +02:00
.cspell.json chore: new filter tests (#1552) 2023-09-12 23:31:35 +02:00
.editorconfig
.eslintrc.json feat: add playwright CI testing (#1542) 2023-09-22 14:34:16 +02:00
.gitignore feat: add playwright CI testing (#1542) 2023-09-22 14:34:16 +02:00
.prettierignore
.release-please-manifest.json
.size-limit.cjs
CONTRIBUTING.md
LICENSE-APACHE-v2
LICENSE-MIT
README.md chore: README.md: fix quick start link (#1607) 2023-09-22 17:32:34 +02:00
bors.toml
package-lock.json feat: add playwright CI testing (#1542) 2023-09-22 14:34:16 +02:00
package.json feat: add playwright CI testing (#1542) 2023-09-22 14:34:16 +02:00
release-please-config.json
tsconfig.dev.json chore: update typescript (#1528) 2023-09-21 10:57:37 +02:00
tsconfig.json chore: update typescript (#1528) 2023-09-21 10:57:37 +02:00
typedoc.base.json chore: update typescript (#1528) 2023-09-21 10:57:37 +02:00
typedoc.cjs chore: update typescript (#1528) 2023-09-21 10:57:37 +02:00

README.md

GitHub Action Code Climate Discord chat

js-waku

A TypeScript implementation of the Waku v2 protocol.

Documentation

API Documentation can also be generated locally:

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

Bugs, Questions & Features

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

For general discussion, get help or latest news, join us on Vac Discord or the Waku Telegram Group.

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.