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/anomaor
Install via npx
npx @hexmos/ipm i anoma/anomaPrerequisites
Apple Command Line Developer Tools
system_toolVersion: N/A
MacPorts
package_managerVersion: N/A
ncurses
libraryVersion: N/A
OpenSSL
system_packageVersion: N/A
Elixir
languageVersion: 1.14.0
CMake
build_toolVersion: 3.28.5
Protobuf
libraryVersion: N/A
protoc-gen-elixir
libraryVersion: 0.11.0
Docker
system_toolVersion: 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 compileUbuntu/Debian Installation
apt install cmakeDocker Installation
docker build -t <IMAGE> .
docker run -it --network host <IMAGE> <SUBCOMMAND>Elixir/Rust Installation (via Mix)
mix deps.get
mix compileCairo Installation (via Rust)
rustup toolchain add 1.76.0Post Installation Steps
- Start the Anoma Node using `bin/anoma`.
- Run database migrations with `mix db:migrate`.
