Skip to content

giddoman/Aleo-Contributor-Badge

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 

Repository files navigation

Screenshot_3

Aleo Leo Contributor Badge Guide

🟒 Preliminary information

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

Links

🟒 System Update

#!/bin/bash
sudo apt update && sudo apt upgrade -y
sudo apt-get install git-all -y
sudo apt-get install curl -y
sudo su

Let's set up cargo:

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

image image

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

🟒 Let's shoot the Leo Files

git clone https://github.com/AleoHQ/leo
cd leo
cargo install --path .

🟒 Let's enter Leo Wallet Private key

Open Leo wallet as shown in the picture and copy your private key somewhere. Then enter the code below.
Untitled-1

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

image

leo example tictactoe

image

cd tictactoe && leo run new

image

git init -b main && git add .

image

Let's enter other information, write your e-mail address "MAIL ADDRESS" in quotation marks.

git config --global user.email "YOUR-EMAIL-ADDRESS"

Screenshot_7

git commit -m "My first commit"

image

🟒 Let's create a Github repo Do as in the picture Go to this address: https://github.com/new

image

🟒 Let's create Github Token, give all permissions and get the key. Go to: https://github.com/settings/tokens/new

image

🟒 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

image


YOUR-GITHUB-TOKEN = YOUR GITHUB TOKEN

USERNAME: YOUR GITHUB USERNAME

Aleo-Tiktacto: github page you created


🟒 Then go to the github repo you created and refresh the page, you will see that it is full.

image

🟒 Now let's go to this page https://github.com/AleoHQ/leo/issues

image image image You can check my address for the last transaction. ProvableHQ/leo#17570

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published