# README
Axiome Chain
This repository contains an Axiome chain node's source code. Axiome is an ecosystem that has been built on its own L1 solution, Axiome Chain, and its sole token, AXM. New tokens are mined through time-tested DPoS delegation of AXM. The delegation reward rate is floating based on bonded / free tokens ratio.
axmd
uses the 0.50.3 version of Cosmos-SDK.
How to Use
Installation (for test purposes)
Install and run demo axmd
node:
git clone [email protected]:axiome-pro/axm-node.git
cd axm-node
make install # install the axmd binary
make init # initialize the demo chain
axmd start # start the demo chain
You can find test accounts in scripts/init-testchain.sh
Installation (for production use)
Please refer to this article for production node installation instructions