Fix some typos, add title to readmes
This commit is contained in:
parent
7bbbf573bb
commit
a152432976
|
@ -1,4 +1 @@
|
|||
# status-community-dapp
|
||||
Community directory curator dApp for Status
|
||||
|
||||
Webpack for hosting polling and proposal apps
|
||||
# DappConnect Vote & Poll SDK Example
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# DappConnect Poll SDK Example
|
||||
|
||||
This package is example usage of WakuPolling
|
||||
|
||||
Example uses usedapp for exposing web3 provider
|
||||
|
@ -67,4 +69,4 @@ Waku polling also exposes `getDetailedTimedPolls`
|
|||
|
||||
```
|
||||
const DetailedTimedPolls = await wakuPolling.getDetailedTimedPolls()
|
||||
```
|
||||
```
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package contains react hooks that help with memoizing values
|
||||
Package contains react hooks that help with memorizing values
|
||||
|
||||
## hooks
|
||||
|
||||
-`usePollList(wakuPolling: WakuPolling | undefined)` returns array of DetailedTimedPoll of polls on waku network
|
||||
|
||||
-`useWakuPolling(appName: string, tokenAddress: string, provider: Web3Provider | undefined, multicallAddress: string | undefined)` returns meoized WakuPolling object
|
||||
-`useWakuPolling(appName: string, tokenAddress: string, provider: Web3Provider | undefined, multicallAddress: string | undefined)` returns meoized WakuPolling object
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
Package contains example usage of voting sdk
|
||||
# DappConnect Vote SDK Example
|
||||
|
||||
Package contains example usage of DappConnect Vote SDK
|
||||
|
||||
For more detailed api please see README in voting-hooks and voting-components
|
||||
|
||||
|
@ -43,4 +45,4 @@ const votes = useVotingRoomsId(wakuVoting)
|
|||
|
||||
To create voting room you can use `NewVotingRoomModal` component.
|
||||
|
||||
Component is a modal and expects a state value and state update function (`showModal` and `setShowModal`) to be able show and hide modal
|
||||
Component is a modal and expects a state value and state update function (`showModal` and `setShowModal`) to be able show and hide modal
|
||||
|
|
Loading…
Reference in New Issue