JavaScript implementation of Waku v2 https://js.waku.org
Go to file
dependabot[bot] 28f441bc88
chore(deps)(deps): bump @libp2p/interface-compliance-tests (#1813)
Bumps [@libp2p/interface-compliance-tests](https://github.com/libp2p/js-libp2p) from 5.1.2 to 5.2.0.
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](https://github.com/libp2p/js-libp2p/compare/peer-collections-v5.1.2...utils-v5.2.0)

---
updated-dependencies:
- dependency-name: "@libp2p/interface-compliance-tests"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-31 23:14:04 +01:00
.github remove go waku tests from ci (#1821) 2024-01-31 18:22:26 +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 feat: add ability to pre release (#1664) 2023-11-01 16:15:24 +01:00
packages chore(deps)(deps): bump @libp2p/interface-compliance-tests (#1813) 2024-01-31 23:14:04 +01:00
.cspell.json feat: add function to validate autoshard content topic 2023-11-15 22:28:25 -08:00
.editorconfig Initial commit 2021-03-05 09:34:01 +11:00
.eslintrc.json chore!: change all instances of `PubSubTopic` to `PubsubTopic` (#1703) 2023-11-14 18:52:52 +03:00
.gitignore chore: allure test reporting (#1668) 2023-10-23 17:53:56 +03:00
.prettierignore chore: use root .prettierignore (#1285) 2023-04-03 23:39:59 +02:00
.release-please-manifest.json chore: release master (#1721) 2024-01-10 23:27:39 +01:00
.size-limit.cjs chore!: remove filter v1 (#1433) 2023-07-26 11:30:48 +05:30
CONTRIBUTING.md chore: make pre-release manual (#1702) 2023-11-06 10:39:06 +01:00
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: README.md: fix quick start link (#1607) 2023-09-22 17:32:34 +02:00
bors.toml chore: must always build first now 2022-11-02 14:16:31 +11:00
karma.conf.cjs remove webkit from running (#1621) 2023-09-27 15:15:07 +05:30
package-lock.json chore(deps)(deps): bump @libp2p/interface-compliance-tests (#1813) 2024-01-31 23:14:04 +01:00
package.json feat: lightpush & filter send requests to multiple peers (#1779) 2024-01-24 18:24:03 +05:30
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.