Skip to content

Module blockchain built for massive commercial adoption

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

axiomesh/axiom-ledger

 
 

Repository files navigation

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.

About

Module blockchain built for massive commercial adoption

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.7%
  • Solidity 2.4%
  • Other 0.9%