Axiomesh
is a blockchain infrastructure with high scalability, privacy, security and composability. AxiomLedger
is the consensus layer of Axiomesh ecosystem.
AxiomLedger
start script relies on golang and tmux. Please
install the software before starting.
Use commands below to clone the project:
git clone git@github.com:axiomesh/axiom-ledger.git
AxiomLedger
also relies on some additional tools, use commands below to install:
make prepare
Finally, run the following commands to start a minimal nodes testnet.
make cluster
Noting: make cluster
will use tmux
to split the screen. Thus, during commands processing, better not switch the terminal.
See CONTRIBUTING.md.
The AxiomLeger
library (i.e. all code outside of the cmd and internal directory) is licensed under the GNU Lesser General Public License v3.0, also included in our repository in the COPYING.LESSER file.
The AxiomLedger
binaries (i.e. all code inside of the cmd and internal directory) is licensed under the GNU General Public License v3.0, also included in our repository in the COPYING file.