Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 864 Bytes

for_ubuntu.md

File metadata and controls

42 lines (30 loc) · 864 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 -b staging
cd intmax-rollup-cli

Clone submodules

git submodule update --init --recursive

Install Rust

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

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Push enter key to select "1) Proceed with installation"
source "$HOME/.cargo/env"
cargo --version # cargo 1.67.0-nightly (646e9a0b9 2022-09-02)

Build this CLI

cp -n example.env .env
cargo build --release
alias intmax='./target/release/intmax'
intmax config aggregator-url https://alpha.testnet.intmax.io/