Skip to content
Ruslan Tahiiev edited this page Apr 29, 2022 · 3 revisions

GUIDE

All questions note here (create your own page).

Rust basics

Blockchain basics

Substrate

Other necessary software

Recommend to use Ubuntu

  • Docker
  • Docker-compose
      sudo apt update
      sudo apt install docker-compose
  • Clion. Can be installed with Ubuntu software.
  • Postgres Also you should change postgres user password to postgres, for this use following comands:
      sudo -u postgres psql
      ALTER USER postgres WITH PASSWORD 'postgres';
  • DataGrip. Can be installed with Ubuntu software.
Clone this wiki locally