diff --git a/README.md b/README.md index 88af4ba..0be1cfb 100644 --- a/README.md +++ b/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. 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. diff --git a/packages/example/README.md b/packages/example/README.md index c40a246..c910066 100644 --- a/packages/example/README.md +++ b/packages/example/README.md @@ -1 +1 @@ -# DappConnect Vote & Poll SDK Example +# WakuConnect Vote & Poll SDK Example diff --git a/packages/mainnet-poll-example/README.md b/packages/mainnet-poll-example/README.md index 58e5604..1d2a1df 100644 --- a/packages/mainnet-poll-example/README.md +++ b/packages/mainnet-poll-example/README.md @@ -1 +1 @@ -# Mainnet DappConnect Poll SDK Example +# Mainnet WakuConnect Poll SDK Example diff --git a/packages/poll-example/README.md b/packages/poll-example/README.md index c5b4ee9..1c73b1b 100644 --- a/packages/poll-example/README.md +++ b/packages/poll-example/README.md @@ -1,4 +1,4 @@ -# DappConnect Poll SDK Example +# WakuConnect Poll SDK Example This package is example usage of WakuPolling diff --git a/packages/vote-example/README.md b/packages/vote-example/README.md index 218ed06..3994e22 100644 --- a/packages/vote-example/README.md +++ b/packages/vote-example/README.md @@ -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