Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.61 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.61 KB

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 [email protected]: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.