Skip to content

Commit

Permalink
add screenshot of mobile MVP for democracy
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jul 6, 2024
1 parent a2afa3f commit 7e072bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file added src/fig/democracy-app-prototype.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/infrastructure-rpc-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method":

```

## Announcing you Public RPC
## Announcing Your Public RPC

If you'd like to support the Encointer Network, the world should know about your rpc node. The best way to publish it is through [Polkadot js apps](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fkusama.api.encointer.org#/chainstate). Please submit a PR on their Github repo like [this one](https://github.com/polkadot-js/apps/pull/10451)
8 changes: 8 additions & 0 deletions src/tutorials-democracy.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@ nctr-gsl list-communities
# srcq45PYNyD: Adriana, locations: 5, nominal income: 3.14000000000000012434 ADR, demurrage: 0/block, CommunityRules::LoCo
```

### Vote Using the Mobile App

We have implemented a first mininimum viable product in the Encointer Wallet app.

To access this beta feature, you need to enable developer mode and connect to testnet Gesell or your local instance which you could populate with bot-communities.

![vote in mobile app](./fig/democracy-app-prototype.png)

## Deep Dive

How do we ensure that every cycle attendance can only be used once for voting on a proposal but the same reputation can be used to vote on other proposals?
Expand Down

0 comments on commit 7e072bf

Please sign in to comment.