GithubHelp home page GithubHelp logo

airchains-rollup's Introduction

Airchains ZK-Rollups

  • Availe göre anlatılmıştır.
  • Bir çok key ve memo veriyor hepsini kaydedin.
  • En son /root/.tracks/ dosyasını komple yedek alın

Linkler

🟢 Sistem özellikleri

Ram cpu disk
8GB 4Core 200+ SSD
  • Bunlar max gereksinim daha düşükte çalıştırabilir !

🟢 Go kuralım

cd $HOME && \
ver="1.21.3" && \
wget "https://golang.org/dl/go$ver.linux-amd64.tar.gz" && \
sudo rm -rf /usr/local/go && \
sudo tar -C /usr/local -xzf "go$ver.linux-amd64.tar.gz" && \
rm "go$ver.linux-amd64.tar.gz" && \
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> $HOME/.bash_profile && \
source $HOME/.bash_profile && \
go version

🟢 Repo indirin

git clone https://github.com/airchains-network/evm-station.git
git clone https://github.com/airchains-network/tracks.git
git clone https://github.com/availproject/availup.git

🟢 Evm-Station kurun

  • Screen Açın
screen -S evmstation
cd evm-station
  • go bileşenleri kurun
go mod tidy
/bin/bash ./scripts/local-setup.sh
/bin/bash ./scripts/local-start.sh
  • Key alın bir yere kaydedin
/bin/bash ./scripts/local-keys.sh
  • ctrl + a + d screen çıkın

🟢 Avail çalıştırın.

  • Screen Açın
screen -S avail
  • çalıştırınca pub key verecek onu bir yere not edin.
/bin/bash availup.sh --network "turing" --app_id 36
  • ctrl + a + d screen çıkın

🟢 Track çalıştırın.

  • Screen Açın
sudo rm -rf ~/.tracks
  • çalıştırınca pub key verecek onu bir yere not edin.
cd tracks
go mod tidy
  • İKİ YER DEĞİŞECEK
  • DAKEY : VERDİĞİ İLK KEY EVM
  • MONİKER : MONİKER İSMİNİZ
  • DA-RPC : avail
go run cmd/main.go init --daRpc "avail" --daKey "İLK VERDİĞİ KEYİ YAZ" --daType "avail" --moniker "MONİKER-İSMİNİ-YAZ" --stationRpc "http://127.0.0.1:8545" --stationAPI "http://127.0.0.1:8545" --stationType "evm"
  • HESAP İSMİ YAZIN
  • aircüzdan verecek kaydedin Discord girip faucet token alın $faucet aircüzdanınız
go run cmd/main.go keys junction --accountName HESAP-İSMİ-YAZIN --accountPath $HOME/.tracks/junction-accounts/keys
  • Power başlatın
go run cmd/main.go prover v1EVM
  • İstasyon Oluşturun
  • Node id bu dosyada bulabilirsiniz .track/config/sequencer.toml
  • HESAP İSMİ YAZIN
  • CÜZDANINIZI YAZINAir cüzdanınızı yazın
  • /ip4/SUNUCU-İP-YAZ/tcp/2300/p2p/NODE-ID-YAZ BU KISMI DEĞİŞTİRİN İP ADRESİNİZ VE NODE İD
go run cmd/main.go create-station --accountName HESAP-İSMİ-YAZ --accountPath $HOME/.tracks/junction-accounts/keys --jsonRPC "https://airchains-testnet-rpc.cosmonautstakes.com/" --info "EVM Track" --tracks CÜZDANINIZI-YAZIN --bootstrapNode "/ip4/SUNUCU-İP-YAZ/tcp/2300/p2p/NODE-ID-YAZ"

image

  • Başlatın
go run cmd/main.go start

image

🟢 Puanlara bakın

image

airchains validatoru DOUBLELIFT Teşekkürler..

airchains-rollup's People

Contributors

herculesnode avatar omerbek avatar aksamlan avatar

Stargazers

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