GithubHelp home page GithubHelp logo

taiko-testnet-node's Introduction

Taiko Node Kurulum Rehberi

image

Taiko Alpha-2 Node

Merhaba taiko Alpha-2 Node kurulum rehberi
<< Hercules >>

🟢 Ön bilgi

Sistem 30303 port ile çalışıyor eğer 30303 portu başka bir uygulama kullanıyorsa altta port değiştirme işlemini yapın.

Taiko Bridge:

Linkler

🟢 Sistem özellikleri

Önerilern:

  • CPU - 16 cores
  • Memory - 32GB RAM
  • High-performance SSD with at least 1TB of free space

🟢 Sistem Güncelleme

sudo apt update
sudo apt upgrade

🟢 Docker Setup

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

🟢 1. Taiko dosyalarını indirin

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

Screen Oluşturalım

screen -S taiko

taiko Klasörüne Giriş yapalım

cd simple-taiko-node

.env dosyası oluşturalım. Bu dosyayı oluşturduktan sonra Taiko platform testnetinde kullandığınız adresin Private keyini Tilki cüzdanınızdan alacaksınız ve .env dosyasına kaydedeceksiniz.

cp .env.sample .env

.Env dosyasına girelim burada değiştirmeniz gereken en alttaki bölüm.

nano .env



Şimdi sepolia RPC almamız gerekiyor ben blockpi kullanıyorum oradan alabilirsiniz. https://dashboard.blockpi.io/

image

L1_ENDPOINT_HTTP=Blockpi üzerinden alacağınız https linki
L1_ENDPOINT_WS=Blockpi üzerinden alacağınız wss linki

image


image



ENABLE_PROVER=true yapın
L1_PROVER_PRIVATE_KEY=Matemask adresinizin private keyini yazın

image

*ctrl + x Yes diyerek kaydediyoruz.



Private Key nasıl alınır sağdaki 3 noktaya tıklayın --- >> ardından hesap bilgileri --- >> Özel anahtarı dışa aktar

image


image

🟢 Çalıştırma

Bu işlem sonrası kurulum yapacak ve senkronize olmaya başlayacaktır.

docker compose up

image

🟢 Explorer üzerinden block görüntüleme

🟢 Log Görme

Eğer başta screen oluşturmadıysanız bir screen oıluşturup logları görebilirsiniz.

cd simple-taiko-node
docker compose logs -f

🟢 Durdurma

Bu işlem sonrası bloklar silinmez sadece node durur.

docker compose down

🟢 Nodeyi silme

docker compose down -v
cd
rm -fr simple-taiko-node

🟢 Port çakışması yaşayanlar

.env dosyasındaki portları resimdeki gibi yapın

image

Artık sorunsuz çalıştırabilirsiniz.

🟢 Sözleşme Oluşturma ( Bunu yapmak şart değil isterseniz yapın )

Bu işlem sonrası kurulum yapacak ve senkronize olmaya başlayacaktır.

curl -L https://foundry.paradigm.xyz | bash

image

source /root/.bashrc
foundryup

image

forge init hello_foundry && cd hello_foundry

Nodeyi kurduğunuz cüzdanın private keyini yazın

forge create --legacy --rpc-url https://rpc.a2.taiko.xyz --private-key CÜZDAN-PRİVATE-KEY src/Counter.sol:Counter

image

Sözleşme aşağıdaki gibi oluştu. Kod bölümüne gelin ve doğrulayı tıklayın bir sayfa açılacak en altta doğrula butonuna basın

image

image

Forklamayı ve beğenmeyi unutmayınız :)

taiko-testnet-node's People

Contributors

herculesnode avatar

Stargazers

yusufbugra 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.