November 13, 2023
ALEO LOG
- add-apt-repository ppa:git-core/ppa
- ENTER
- sudo apt install libssl-dev
- Y
- ENTER
- apt install curl
- Y
- ENTER
- shutdown -r
- git clone https://github.com/AleoHQ/leo
- cd leo
- cargo install --path .
- apt install cargo
- Y
- ENTER
- cargo install --path .
- cargo update -p [email protected] (if error look at info)
- cargo install --path .
- snap install rustup
- snap install rustup --classic
- cargo install --path .
- rustup update
- rustc --version
- curl --proto '=https' --tlsv1.2 https://sh.rustup.rs/ -sSf | sh
- y
- 1
- cargo install --path .
- shutdown -r
- Login to VDS
- cd leo
- cargo install --path .
- apt install pkg-config
- Y
- cargo install --path .
- leo account new
- leo example tictactoe
- cd tictactoe
- git init -b main
- git add .
- git config --global user.email _____________
- git config --global user.name _____________
- git commit -m "My very First commit"
- Github create new repository «aleotictactoe»
- Copy Quick Setup
- git branch -m main
- git remote add origin <Quick Setup Paste>
- git remote -v
- git push -u origin main
- Username
- Password
- Create Github Token
- git remote set-url origin https://<token>@github.com/<username>/<repo>
- git branch -m main
- git remote add origin <Quick Setup Paste>
- git remote -v
- git push -u origin main
- https://github.com/AleoHQ/leo/issues/new/choose
- Leo Contributor Badge
- Change Title Badge to [Badge - username]
- Delete description and paste:
Hi Aleo team! I’m claiming my contributor badge for completing the New Developer Toolkit tutorial.
Github Username: <___>
Tutorial Repo: <____>
Requested badge: TUTORIAL>