Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.05 KB

Phase 6

Thanks to the latest Desmos version (v0.12.3), we've implemented the possibility for users of doing some new things:

  1. editing polls and attachments of a post;
  2. adding a relationship towards users;
  3. blocking and unblocking users;
  4. changing your DTag;
  5. transferring your DTag to another user.

Inside Phase 6 you will be able to play with those features and earn some DSM by completing the following challenges:

:::warning Used version
All these challenges must be completed using the latest Desmos version (v0.12.3). You can get it by cloning the Desmos repository and checking out that tag:

git fetch -a 
git checkout tags/v0.12.3
make install

:::