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
sudo apt install -y build-essential libssl-dev libffi-dev git curl screen
git clone https://github.com/exorde-labs/ExordeModuleCLI.git
cd ~/ExordeModuleCLI
cd ExordeModuleCLI
nano localConfig.json
Note :Sesudah Ganti Ketik CTRL+X pilih Y dan enter
docker build -t exorde-cli .
docker run -d -it --name Exorde exorde-cli -m Address0x -l 2
Noted : Andress0X ganti dengan Andress Metamask New Wallet

Cek Log
docker logs -f Exorde
