Git Product home page Git Product logo

taiko-node-testnet's Introduction

Taiko-Testnet

rzm5azrr

Taiko nedir?

Taiko, merkezi olmayan, Ethereum eşdeğeri bir ZK-Rollup'tır.

Sistem özellikleri Çok bişey kullanmıyor.

4cpu, 8ram, 160ssd normal bir sunucuda çok rahat çalışabilmekte.

İlk Önce Gerekli Kütüphaneleri indiriyoruz.

sudo apt update
sudo apt upgrade
apt install docker-compose
sudo apt-get update && sudo apt install jq && sudo apt install apt-transport-https ca-certificates curl software-properties-common -y && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" && sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin && sudo apt-get install docker-compose-plugin

Repoyu klonluyoruz.

git clone https://github.com/taikoxyz/simple-taiko-node.git
cd simple-taiko-node

Dosyamızı Ayarlıyoruz.

cp .env.sample .env

Simdi Alchemyden rpc alacağız.

BURAYA BASIN

Hesap oluşturun, Ardından "APPS" Kısmına geliyoruz. "Create New App" Diyoruz. Aşağıdaki Gibi Sepolia Ağını Seçiyoruz. Create App diyoruz ve rpc'yi oluşturuyoruz.

Ekran görüntüsü 2023-09-29 224039

"Apı Key" basın. Rpc Bilgileri Gözükecek. Ekran görüntüsü 2023-09-29 233801

Sunucumuzda Düzenleyeceğimiz Yerlere Gelelim.

İlk önce klasörün içine giriyoruz.

cd simple-taiko-node
nano .env

1-) SS'teki yerleri rpc bilgilerimizle dolduruyoruz.

Ekran görüntüsü 2023-09-29 231647

"L1_ENDPOINT_HTTP" Yazan Yere SS'teki Linki Kopyalayarak Giriyoruz. Ekran görüntüsü 2023-09-29 231436

"L1_ENDPOINT_WS" Bu kısmada Alttaki SS Linkini Kopyalayarak Giriyoruz.

Ekran görüntüsü 2023-09-29 232234

2-) "ENABLE_PROVER=false" Burayı "true" Yapıyoruz.

Ekran görüntüsü 2023-09-29 232703

3-) En Son deposit ettiğimiz taiko cüzdanın private keyini "L1_PROVER_PRIVATE_KEY=" alanına giriyoruz. Ekran görüntüsü 2023-09-29 233033

CTRL X Y ENTER, yapıp kaydedip çıkıyoruz.

Son Olarak Node'yi başlatıyoruz.

screen -S taiko
docker compose up -d

LOGLAR GÖZÜKMEZSE

docker compose logs -f

taiko-node-testnet's People

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.