DappConnect gives you the tools to seamlessly enable your project with off-chain communication for decentralized, private, and secure messaging.
See the docsLeveraging peer-to-peer messaging protocols and tools for strong end-to-end encryption, DappConnect is designed to protect your users.
Adopt DappConnect to protect your users from censorship and remove the need for centralized infrastructure.
Optimized for mobile and web platforms, DappConnect can be used by any project built on Ethereum or other blockchains.
The simple API allows you to introduce decentralized, private, secure communication in your application in minutes.
Get started
{
"AdvertiseAddr": "YOUR_PUBLIC_IP",
"ListenAddr": "0.0.0.0:30303",
"HTTPEnabled": true,
"HTTPHost": "127.0.0.1",
"HTTPPort": 8545,
"APIModules":
"eth,net,web3,admin,mailserver",
"RegisterTopics": ["whispermail"],
"WakuConfig": {
"Enabled": true,
}
Anything that can be done off-chain can be done with DappConnect. Here are just a few examples.
Get inspired, view more use casesWaku is a suite of protocols designed for private, secure, decentralized messaging. The communication layer for Web3.
Learn more about WakuDappConnect provides you with everything you need to facilitate the usage of Waku in dApps.
Most common Waku use-cases can be added to your dApp thanks to ready-to-use npm packages and React components.
JS-Waku is the JavaScript implementation of the Waku protocol. Use it directly in your dApp for more advanced use cases.