encointer / book

gh pages for encointer
0 stars 3 forks source link

update tutorials to v0.4.0. should change whole tutorial story #3

Closed brenzi closed 3 years ago

brenzi commented 3 years ago

@anizeani as we now have inverse meetup logic, the tutorials are out of date. from the changes in the bot-community script you should be able to derive what needs to be changed in the tutorial so it's not only python instead of bash, it's also about sending other's attestations istead of own

brenzi commented 3 years ago

@anizeani what is the status?

anizeani commented 3 years ago

My changes are for now in the branch: https://github.com/encointer/book/commits/TutorialPythonInsteadOfBash Do you want to review?

brenzi commented 3 years ago

yes, please merge your changes into this PR so I can comment here

brenzi commented 3 years ago

is this ready for review?

anizeani commented 3 years ago

I want to make some minor changes until comming monday.

anizeani commented 3 years ago

now you can review

brenzi commented 3 years ago

The following is outdated. https://github.com/encointer/book/blob/f497c72804c7f525ea768c5dbc04a6bd87321610/src/testnet-gesell-tutorial.md?plain=1#L13-L213

I suggest to not just fix it as it is a mostly boring tutorial

This tutorial should be re-purposed to "how to bootstrap an encointer community"

  1. create bootstrapper accounts
  2. manually compose a community spec json file with the help of geojson.io
  3. register community
anizeani commented 3 years ago

I have pushed a new version. I explain the functionality of the python script in detail. Nevertheless, I think the Bash tutorial is still helpfull to understand many basic functionalities which are wrapped in the pyhton client. I therefore splittet the tutorial into Bootstrapping a comunity automated/manually

brenzi commented 3 years ago

I don't like the structure yet. You start with Gesell -> Tutorial, but then you begin with explaining a local test. Only when scrolling down you see the instructions to register a community on Gesell.

It should be clear from the TOC what happens on Gesell or Locally