Create tool and worker wallet
Cài allorad:
curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/main/install.sh | bash -s -- v0.2.7Installation complete. The allorad is now available in /root/.local/bin
To make allorad available from any terminal session, add the following line to your .bashrc or .zshrc:
export PATH="$PATH:/root/.local/bin"vi ~/.bashrcexport PATH="$PATH:/root/.local/bin"source ~/.bashrcTạo một ví mới cho worker node:
allorad keys add net1_workerDùng faucet để nhận uallo: (Địa chỉ ví address ở lệnh phía trên)
address ở lệnh phía trên)Xem lại ví đã tạo:
Cài đặt Git và Docker
Cài đặt Git:
Kiểm tra Git đã cài đặt thành công:
Cài đặt Docker:
Kiểm tra Docker đã cài đặt thành công:
Last updated
