2022-10-31 01:20:52 +00:00
![GitHub Action ](https://img.shields.io/github/workflow/status/waku-org/js-waku/CI )
2021-08-20 00:51:34 +00:00
[![Discord chat ](https://img.shields.io/discord/864066763682218004.svg?logo=discord&colorB=7289DA )](https://discord.gg/j5pGbn7MHZ)
2021-05-13 06:49:29 +00:00
# js-waku
2021-03-04 22:34:01 +00:00
2022-10-31 01:20:52 +00:00
A TypeScript implementation of the [Waku v2 protocol ](https://rfc.vac.dev/spec/10/ ).
2021-03-15 03:35:10 +00:00
2021-08-02 04:29:54 +00:00
## Documentation
2022-01-24 04:00:11 +00:00
- [Quick start ](https://docs.wakuconnect.dev/docs/quick_start/ )
- [Full documentation ](https://docs.wakuconnect.dev/ )
2022-09-09 15:58:16 +00:00
- [API documentation (`master` branch) ](https://js.waku.org/ )
2022-01-24 04:00:11 +00:00
- [Waku Connect ](https://wakuconnect.dev/ )
- [Waku ](https://wakunetwork.com/ )
- [Vac ](https://vac.dev/ )
2021-08-02 04:29:54 +00:00
2021-12-02 04:28:07 +00:00
API Documentation can also be generated locally:
2021-08-02 04:29:54 +00:00
```shell
2022-10-31 01:20:52 +00:00
git clone https://github.com/waku-org/js-waku.git
2021-12-02 04:28:07 +00:00
cd js-waku
2021-08-02 04:29:54 +00:00
npm install
npm run doc
```
2021-07-30 05:31:59 +00:00
## Bugs, Questions & Features
2022-10-31 01:20:52 +00:00
If you encounter any bug or would like to propose new features, feel free to [open an issue ](https://github.com/waku-org/js-waku/issues/new/ ).
2021-07-30 05:31:59 +00:00
2022-05-24 07:51:53 +00:00
For general discussion, get help or latest news, join ** #js -waku** on [Vac Discord ](https://discord.gg/j5pGbn7MHZ ) or the [Waku Telegram Group ](https://t.me/waku_org ).
2021-07-30 05:31:59 +00:00
2021-12-02 04:28:07 +00:00
## Roadmap
2021-04-09 01:55:41 +00:00
2022-10-31 01:20:52 +00:00
You can track progress on the [project board ](https://github.com/orgs/waku-org/projects/2/views/1 ).
2021-04-13 00:56:13 +00:00
2021-03-15 05:22:26 +00:00
## Contributing
2022-10-31 01:20:52 +00:00
See [CONTRIBUTING.md ](https://github.com/waku-org/js-waku/blob/master/CONTRIBUTING.md ).
2021-04-28 06:29:43 +00:00
## License
2022-10-31 01:20:52 +00:00
2021-04-28 06:29:43 +00:00
Licensed and distributed under either of
2022-10-31 01:20:52 +00:00
- MIT license: [LICENSE-MIT ](https://github.com/waku-org/js-waku/blob/master/LICENSE-MIT ) or http://opensource.org/licenses/MIT
2021-04-28 06:29:43 +00:00
or
2022-10-31 01:20:52 +00:00
- Apache License, Version 2.0, ([LICENSE-APACHE-v2](https://github.com/waku-org/js-waku/blob/master/LICENSE-APACHE-v2) or http://www.apache.org/licenses/LICENSE-2.0)
2021-04-28 06:29:43 +00:00
at your option. These files may not be copied, modified, or distributed except according to those terms.