GithubHelp home page GithubHelp logo

aleo-leo-contributor-badge's Introduction

image

Aleo Leo Contributor Badge Guide

🟢 Ön bilgi

Bu badge ile Aleo sisteminde etkileşime geçerek katkıda bulunmanızı sağlar. Unutmayalım Tia gibi github etkileşime geçen kişilere 9K yakın tia drop vermişti

Vps olmayan arkadaşlar Github Codespaces ile yapabilir. https://github.com/codespaces

Linkler

🟢 Sistem Güncelleme

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

Cargo kuralım :

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"

Resimdeki gibi sorarsa N yazıp devam edin

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

🟢 Leo Dosyalarını çekelim

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

🟢 Leo Cüzdan Private key girelim

Resimdeki gibi Leo wallet açın ve private keyinizi biryere kopyalayın Daha sonra alttaki kodu girin.

image

Private keyinizi sonuna ekleyip sunucunuza girin Resimdeki gibi sonuç çıkmalı bunları bir not defterine kaydedin :

leo account import PRİVATE KEYİNİZ

image

leo example tictactoe

image

cd tictactoe && leo run new

image

git init -b main && git add .

image

Diğer bilgileri girelim mail adresinizi yazın tırnak işareti içine "MAİL ADRESİ"

git config --global user.email "MAİL-ADRESİNİZ"
git commit -m "My first commit"

image

🟢 Github repo oluşturalım Resimdeki gibi yapın Bu adrese gidin : https://github.com/new

image

VPS KULLANANLAR BU KODU GİRSİN Oluşturduğunuz reponun adresini girin

git remote add origin https://github.com/REPO-ADRESİNİZ

🟢 Github Token oluşturalım tüm izinleri verin ve keyi alın. Bu adrese gidin : https://github.com/settings/tokens/new

image

🟢 VPS KULLANANLAR BU KODU GİRSİN Aşağıdaki komutu girin Ardından github kullanıcı adınızı yazın ve oluşturduğunuz tokeni girin.

git push -f origin main

image

🟢 CODESPACE KULLANANLAR BU KODU GİRSİN ( ******* yazan yere githubdan aldığınız token yazın , KULLANICI ADINIZ EKLEYİN )

git remote add origin https://*********************@github.com/KULLANICI-ADINIZ/Aleo-Tiktacto 
git push -f origin main

******* = GİTHUB TOKEN

KULLANICI ADI : GİTHUB KULLANICI ADINIZ

Aleo-Tiktacto : oluşturduğunuz github sayfası


🟢 Sonra oluşturduğunuz github reposunu gidin sayfayı yenileyin içinin dolduğunu göreceksiniz.

image

🟢 Şimdi Bu sayfaya gidelim https://github.com/AleoHQ/leo/issues

image

image

image

Son işlem için benim adresime bakabilirsiniz. ProvableHQ/leo#13544

İŞLEMLER BUKADAR

aleo-leo-contributor-badge's People

Contributors

herculesnode avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.