diff --git a/src/fig/democracy-app-prototype.png b/src/fig/democracy-app-prototype.png new file mode 100644 index 0000000..b20e1d6 Binary files /dev/null and b/src/fig/democracy-app-prototype.png differ diff --git a/src/infrastructure-rpc-setup.md b/src/infrastructure-rpc-setup.md index fbd551b..758bbd3 100644 --- a/src/infrastructure-rpc-setup.md +++ b/src/infrastructure-rpc-setup.md @@ -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) diff --git a/src/tutorials-democracy.md b/src/tutorials-democracy.md index e89f7d7..aa6a0a1 100644 --- a/src/tutorials-democracy.md +++ b/src/tutorials-democracy.md @@ -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?