Rename to WakuConnect (#14)

This commit is contained in:
F 2022-01-03 11:11:07 +11:00 committed by GitHub
parent 17b505cbce
commit a606280a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
baseURL: "https://docs.dappconnect.dev/"
languageCode: "en-us"
defaultContentLang: en
title: "DappConnect Docs"
title: "WakuConnect Docs"
theme: "hugo-book"
enableGitInfo: true

View File

@ -18,7 +18,7 @@ The format for content topics is as follows:
- `dapp-name`: The name of your dApp, it must be unique to avoid conflict with other dApps.
- `version`: We usually start at `1`, useful when introducing breaking changes in your messages.
- `content-topic-name`: The actual content topic name to use for filtering.
If your dApp uses DappConnect for several features,
If your dApp uses WakuConnect for several features,
you should use a content topic per feature.
- `encoding`: The encoding format of the message, Protobuf is most often used: `proto`.

View File

@ -5,7 +5,7 @@ weight: 7
---
# Receive and Send Messages Using Waku Relay With ReactJS
It is easy to use DappConnect with ReactJS.
It is easy to use WakuConnect with ReactJS.
In this guide, we will demonstrate how your ReactJS dApp can use Waku Relay to send and receive messages.
Before starting, you need to choose a _Content Topic_ for your dApp.

View File

@ -5,7 +5,7 @@ weight: 8
---
# Retrieve Messages Using Waku Store With ReactJS
It is easy to use DappConnect with ReactJS.
It is easy to use WakuConnect with ReactJS.
In this guide, we will demonstrate how your ReactJS dApp can use Waku Store to retrieve messages.
DApps running on a phone or in a browser are often offline:

View File

@ -3,9 +3,9 @@ title: Introduction
date: 2021-12-09T14:00:00+01:00
weight: 1
---
# DappConnect Docs
# WakuConnect Docs
DappConnect is a suite of libraries, SDKs and documentations to help you use Waku in your dApp.
WakuConnect 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.
It enables you to add communication features to your dApp in a decentralized manner,