I hereby claim:
- I am raiseerco on github.
- I am leosagan (https://keybase.io/leosagan) on keybase.
- I have a public key ASDi_valnb7GTRZkug79kPU6LXe_EgO_2aM82hmGsiv0ZAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
This document pretends to be a comprehensive (and of course constantly updated and outdated) compilation of many sources I have been using since I started in crypto in 2016. Most of the content is in English🇬🇧, but since we wanted to share the knowledge with the audience that comes from Latin America, we have collected some resources in Spanish🇪🇸 as well. We followed the awesome DeFi Developer Roadmap as the main guidance for completing this work. Feel free to share, make contributions, deletions and critics to this document, we are all here to learn and build!
Leo
| # Remember to add newly created user to sudoers | |
| # sudo usermod -aG sudo myuser | |
| #BASICS | |
| sudo apt-add-repository main | |
| sudo apt-get update | |
| sudo apt-get upgrade | |
| sudo apt-get install \ | |
| apt-transport-https \ | |
| ca-certificates \ |