mirror of
https://github.com/status-im/dappconnect-voting-sdk.git
synced 2025-01-22 08:39:06 +00:00
s/DappConnect/WakuConnect/
This commit is contained in:
parent
8f9322593c
commit
eaa71c01fa
12
README.md
12
README.md
@ -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.
|
It leverages Waku, a decentralized communication network, to broadcast and aggregates votes.
|
||||||
Most token holders will not need to spend gas to vote.
|
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,
|
- 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).
|
- 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.
|
The polls are published over Waku, there is no interaction with any blockchain, removing gas costs.
|
||||||
|
@ -1 +1 @@
|
|||||||
# DappConnect Vote & Poll SDK Example
|
# WakuConnect Vote & Poll SDK Example
|
||||||
|
@ -1 +1 @@
|
|||||||
# Mainnet DappConnect Poll SDK Example
|
# Mainnet WakuConnect Poll SDK Example
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# DappConnect Poll SDK Example
|
# WakuConnect Poll SDK Example
|
||||||
|
|
||||||
This package is example usage of WakuPolling
|
This package is example usage of WakuPolling
|
||||||
|
|
||||||
|
@ -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
|
For more detailed api please see README in voting-hooks and voting-components
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user