github.com/axiomesh/axiom

Module blockchain built for massive commercial adoption


Keywords
blockchain, modular, web3
License
GPL-3.0
Install
go get github.com/axiomesh/axiom

Documentation

ci codecov Go Report Card

Axiomesh is a blockchain infrastructure with high scalability, privacy, security and composability. AxiomLedger is the consensus layer of Axiomesh ecosystem.

Start

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.

Contributing

See CONTRIBUTING.md.

License

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.