🚩Exorde-Labs: Testnet

Cara install menggunakan Docker

install Docker

sudo apt update -y && 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 install docker-ce

install screen

sudo apt install -y build-essential libssl-dev libffi-dev git curl screen

Download Bahan

git clone https://github.com/exorde-labs/ExordeModuleCLI.git

install

cd ~/ExordeModuleCLI

Noted : Edit localConfig.json version 1.3.1 ganti 1.3.2

cd ExordeModuleCLI
nano localConfig.json

Note :Sesudah Ganti Ketik CTRL+X pilih Y dan enter

docker build -t exorde-cli .

Mulai Node

docker run -d -it --name Exorde exorde-cli -m Address0x -l 2

Noted : Andress0X ganti dengan Andress Metamask New Wallet

aman kalau udh seperti ini tinggal CTRL + C
aman kalau udh seperti ini tinggal CTRL + C

Cek Log

docker logs -f Exorde