s/DappConnect/WakuConnect/

This commit is contained in:
Franck 2021-12-23 16:03:01 +11:00
parent 8f9322593c
commit eaa71c01fa
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
5 changed files with 11 additions and 11 deletions

View File

@ -1,10 +1,10 @@
# DappConnect Vote & Poll SDKs
# WakuConnect Vote & Poll SDKs
A set of DappConnect SDKs to enable gas efficient voting and gasless polling over Waku
A set of WakuConnect SDKs to enable gas efficient voting and gasless polling over Waku
## DappConnect Vote SDK
## WakuConnect Vote SDK
The DappConnect Vote SDK allows you to leverage Waku to save gas fees for most voters.
The WakuConnect Vote SDK allows you to leverage Waku to save gas fees for most voters.
It leverages Waku, a decentralized communication network, to broadcast and aggregates votes.
Most token holders will not need to spend gas to vote.
@ -151,8 +151,8 @@ A vote may become invalid between reception over Waku and submission to the smar
- The voter has transferred a number of token out of their account, making the account balance lesser than the vote weight,
- A vote for this voter has already been submitted to the smart contract (whether or not it has the same value).
## DappConnect Poll SDK
## WakuConnect Poll SDK
The DappConnect Poll SDK allows users to create, answer and view polls in a decentralized, censorship-resistant manner.
The WakuConnect Poll SDK allows users to create, answer and view polls in a decentralized, censorship-resistant manner.
The polls are published over Waku, there is no interaction with any blockchain, removing gas costs.

View File

@ -1 +1 @@
# DappConnect Vote & Poll SDK Example
# WakuConnect Vote & Poll SDK Example

View File

@ -1 +1 @@
# Mainnet DappConnect Poll SDK Example
# Mainnet WakuConnect Poll SDK Example

View File

@ -1,4 +1,4 @@
# DappConnect Poll SDK Example
# WakuConnect Poll SDK Example
This package is example usage of WakuPolling

View File

@ -1,6 +1,6 @@
# DappConnect Vote SDK Example
# WakuConnect Vote SDK Example
Package contains example usage of DappConnect Vote SDK
Package contains example usage of WakuConnect Vote SDK
For more detailed api please see README in voting-hooks and voting-components