JavaScript implementation of Waku v2 https://js.waku.org
Go to file
Florin Barbu 9ab4e86f19
chore: bump nwaku version to 0.20 (#1591)
2023-09-22 02:55:49 +02:00
.github chore: bump nwaku version to 0.20 (#1591) 2023-09-22 02:55:49 +02:00
.husky Add git hook to format & lint file 2022-02-25 14:18:46 +11:00
.vscode chore: remove prettier, and default to eslint (#1495) 2023-09-04 12:37:38 +05:30
ci chore: upgrade libp2p and related deps (#1482) 2023-08-16 20:18:13 +05:30
packages chore: bump nwaku version to 0.20 (#1591) 2023-09-22 02:55:49 +02:00
.cspell.json chore: new filter tests (#1552) 2023-09-12 23:31:35 +02:00
.editorconfig Initial commit 2021-03-05 09:34:01 +11:00
.eslintrc.json chore: remove prettier, and default to eslint (#1495) 2023-09-04 12:37:38 +05:30
.gitignore chore: fix doc 2022-11-02 15:05:12 +11:00
.prettierignore chore: use root .prettierignore (#1285) 2023-04-03 23:39:59 +02:00
.release-please-manifest.json chore: release master (#1558) 2023-09-11 13:27:24 +02:00
.size-limit.cjs chore!: remove filter v1 (#1433) 2023-07-26 11:30:48 +05:30
CONTRIBUTING.md feat: use nwaku/go-waku docker images instead of building binaries (#1259) 2023-04-17 10:29:36 +05:30
LICENSE-APACHE-v2 Apply MIT or Apache V2.0 License 2021-04-28 21:27:26 +10:00
LICENSE-MIT Apply MIT or Apache V2.0 License 2021-04-28 21:27:26 +10:00
README.md chore: update docs link 2023-07-11 17:47:19 +01:00
bors.toml chore: must always build first now 2022-11-02 14:16:31 +11:00
package-lock.json chore: update typescript (#1528) 2023-09-21 10:57:37 +02:00
package.json chore: update typescript (#1528) 2023-09-21 10:57:37 +02:00
release-please-config.json chore: remove forced release version of sdk (#1406) 2023-06-17 01:46:29 +02:00
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.