https://www.youtube.com/watch?v=AFP23pXZ43g

Bu işlemlere başlamadan önce yapılacaklar:

  1. Yoksa Leo Wallet eklentisini yükleyip bir cüzdan oluşturuyoruz.
  2. GitHub’tan Access Token oluşturuyoruz.
  3. Github’da yeni bir repo oluşturuyoruz. Repomuza isim veriyoruz Aleo / Leo Tictaktoe şeklinde bir isim verebilirsiniz.
  4. GitHub CodeSpaces sayfasından bir sunucu oluşturuyoruz.

Güncelleme ve Gerekli Kütüphaneleri Yükleme

sudo su
apt update && sudo apt upgrade -y
apt-get install curl git-all build-essential libc6-dev pkg-config libssl-dev -y

Rust Yükleme

curl --proto '=https' --tlsv1.2 -sSf [<https://sh.rustup.rs>](<https://sh.rustup.rs/>) | sh

1 yazıp enter diyoruz.

source $HOME/.cargo/env

Leo Reposunu Kolonlama

git clone [<https://github.com/AleoHQ/leo>](<https://github.com/AleoHQ/leo>)

Cargo Derleme

cd leo
cargo build
cargo install --path .

Leo Cüzdan İçe Aktarma

Prıvate_KEY: Leo cüzdanınızdan alınacak.

leo account import Prıvate_KEY

Örnek Tictaktoe Uygulaması için Repo Oluşturma