Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 711 Bytes

for_ubuntu.md

File metadata and controls

35 lines (25 loc) · 711 Bytes

Install Guide (Ubuntu)

Install some packages

sudo apt update
sudo apt install git curl build-essential libssl-dev pkg-config

Clone this repository

https://github.com/InternetMaximalism/intmax-rollup-cli

git clone https://github.com/InternetMaximalism/intmax-rollup-cli.git
cd intmax-rollup-cli

Install Rust

https://www.rust-lang.org/tools/install

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Enter
source "$HOME/.cargo/env"
cargo --version # cargo 1.65.0-nightly (646e9a0b9 2022-09-02)

Build this CLI

cargo build --release
alias intmax='./target/release/intmax'
intmax config aggregator-url https://prealpha.testnet.intmax.io/