This badge allows you to contribute by interacting with the Aleo system. Let's not forget that Github gave nearly 9K Tia drops to people like Tia who interacted with them.
Friends who do not have VPS can do it with Github Codespaces. https://github.com/codespaces
#!/bin/bash
sudo apt update && sudo apt upgrade -y
sudo apt-get install git-all -y
sudo apt-get install curl -y
sudo su
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
If it asks as in the picture, type N and continue
sudo apt-get update
sudo apt-get install build-essential -y
sudo apt-get install libc6-dev -y
sudo apt-get update
sudo apt-get install pkg-config libssl-dev -y
sudo apt-get update
git clone https://github.com/AleoHQ/leo
cd leo
cargo install --path .
Open Leo wallet as shown in the picture and copy your private key somewhere. Then enter the code below.
Add your private key to the end and enter your server. The result should be as shown in the picture. Save them in a notepad:
leo account import YOURPRIVATEKEY
leo example tictactoe
cd tictactoe && leo run new
git init -b main && git add .
git config --global user.email "YOUR-EMAIL-ADDRESS"
git commit -m "My first commit"
π’ Let's create a Github repo Do as in the picture Go to this address: https://github.com/new
π’ Let's create Github Token, give all permissions and get the key. Go to: https://github.com/settings/tokens/new
π’ CODESPACE USERS PLEASE ENTER THIS CODE ( where it says YOUR-GITHUB-TOKEN , write the token you got from github, and YOUR-USERNAME is Your Github Username)
git remote add origin https://[email protected]/YOUR-USERNAME/Aleo-Tiktacto
git remote set-url origin https://[email protected]/YOUR-USERNAME/Aleo-Tiktacto
git push -f origin main
YOUR-GITHUB-TOKEN = YOUR GITHUB TOKEN
USERNAME: YOUR GITHUB USERNAME
Aleo-Tiktacto: github page you created
π’ Now let's go to this page https://github.com/AleoHQ/leo/issues
You can check my address for the last transaction.
ProvableHQ/leo#17570