js.waku.guide/src/introduction.md

32 lines
1.6 KiB
Markdown
Raw Normal View History

2021-11-30 12:50:16 +11:00
# DappConnect Docs
DappConnect is a suite of libraries, SDKs and documentations to help you use Waku in your dApp.
Waku is a decentralized, censorship-resistant, network and protocol family.
2021-11-30 12:50:16 +11:00
It enables you to add communication features to your dApp in a decentralized manner,
ensuring to your users that they will not be censored or de-platformed.
2021-11-30 12:50:16 +11:00
Waku can be used for chat purposes and for many machine-to-machine use cases.
You can learn more about Waku at [waku.vac.dev](https://waku.vac.dev).
JS-Waku is the TypeScript implementation of the Waku protocol,
built for browser environment.
The [quick start](./quick_start.md) presents an easy way to send and receive messages using js-waku.
2021-11-30 12:50:16 +11:00
The [guides](./guides) explain specific js-waku features
and how it can be used with popular web frameworks.
The js-waku repository also holds a number of [examples](https://github.com/status-im/js-waku/tree/main/examples).
The examples are working Proof-of-Concepts that demonstrate how to use js-waku.
Check out the [example list](./examples.md) to see what usage each example demonstrates.
2021-11-30 12:50:16 +11:00
Finally, if you want to learn how Waku works under the hoods, check the specs at [rfc.vac.dev](https://rfc.vac.dev/).
## Bugs, Questions & Support
If you encounter any bug or would like to propose new features, feel free to [open an issue](https://github.com/status-im/js-waku/issues/new/).
To get help, join #dappconnect-support on [Vac Discord](https://discord.gg/j5pGbn7MHZ) or [Telegram](https://t.me/dappconnectsupport).
For more general discussion and latest news, join #dappconnect on [Vac Discord](https://discord.gg/9DgykdmpZ6) or [Telegram](https://t.me/dappconnect).