logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install anoma/anoma. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

anoma/anoma Installation Guide

How to install anoma/anoma. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for anoma/anoma. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i anoma/anoma
or

Install via npx

npx @hexmos/ipm i anoma/anoma

Prerequisites

Apple Command Line Developer Tools

system_tool

Version: N/A

MacPorts

package_manager

Version: N/A

ncurses

library

Version: N/A

OpenSSL

system_package

Version: N/A

Elixir

language

Version: 1.14.0

CMake

build_tool

Version: 3.28.5

Protobuf

library

Version: N/A

protoc-gen-elixir

library

Version: 0.11.0

Docker

system_tool

Version: N/A

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

MacOS Installation

xcode-select --install

brew install elixir cmake protobuf git

mix deps.get

mix compile

Ubuntu/Debian Installation

apt install cmake

Docker Installation

docker build -t <IMAGE> . 

docker run -it --network host <IMAGE> <SUBCOMMAND>

Elixir/Rust Installation (via Mix)

mix deps.get

mix compile

Cairo Installation (via Rust)

rustup toolchain add 1.76.0

Post Installation Steps

  • Start the Anoma Node using `bin/anoma`.
  • Run database migrations with `mix db:migrate`.