This is the mother chain of Armonia Multi-chain Platform.
- mainnet: https://amaxscan.io
- testnet: https://testnet.amaxscan.io
- Hardware requirement
- Minimum HW Spec:
4 Core CPU, 16 GB RAM
- Preferred HW Spec:
8 Core CPU, 32 GB RAM
- Software requirement
-
OS preferred: Ubuntu 18.04
-
LLVM preferred: version 8
- check clang version:
clang --version
- if the above result shows llvm thats' beyond the scope of 7 to 11, run the following to swith your llvm to version 8
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-8 100
git clone https://github.com/armoniax/amax.meta.chain.git
cd amax.meta.chain
git checkout $tag
git submodule update --init --recursive
Open ./CMakeLists.txt
for editing:
set(VERSION_MAJOR 0)
set(VERSION_MINOR 5)
set(VERSION_PATCH 2)
./scripts/amax_build.sh -y
./scripts/amax_install.sh