Skip to content
forked from axonweb3/axon

Axon is a layer2 framework of CKB with native cross chain and compatible with Ethereum.

License

Notifications You must be signed in to change notification settings

PinkDiamond1/axon

 
 

Repository files navigation

Developed by AxonWeb3

Axon is still in active development.

What is Axon

Axon is a high-performance layer2 framework with native cross-chain function. Built on top of the Overlord consensus protocol and the P2P network Tentacle , Axon supports hundreds of nodes and achieves thousands of TPS. Axon is also EVM-compatible with well-developed toolchains. Its high interoperability facilitates cross-chain communication among dApps.

Highlights

Developer-Friendly Design

Axon is compatible with Ethereum so that all of the develop utilities can be used on it directly. And the Axon CLI provides an all-in-one client which includes initialization, DevOps, cross-chain request and so on. Seeing is believing, there is a 15 minutes tutorial that will lead you to build your own chain and deploy a tiny application.

Native Cross-chain Communication

Openness and mobility are the foundation of social development, so is blockchain. Cross-chain function enhances liquidity for the web3 ecosystem. Axon develops native cross-chain communication without any bridge. Each Axon-based chain can speak to CKB, other Axon-based chains, and any IBC compatible chains. Axon will embed more cross-chain protocols in the future.

Roadmap

Most of the infrastructure has been done and some substantial features to be developed are as below:

  1. Compatible with IBC protocol.
  2. Design a cross-chain protocol for EVM-based chains.
  3. Compatible with more cross-chain protocols in the future.

Install

Axon provides the compiled binary on the release page, and if you want to build from source code, please make sure that rust, clang, openssl, m4 have already been installed. Then execute the following command:

# Clone from GitHub
git clone https://github.com/axonweb3/axon.git && cd axon
# Run release binary
cargo run --release -- -c devtools/chain/config.toml -g devtools/chain/genesis_single_node.json

Read the docs and follow the tutorials.

Toolchain

Apart from the framework, Axon has toolchains:

  • Axon Faucet: the faucet for the Axon-based chains.
  • Axon Explorer: a blockchain explorer for the Axon-based chains.
  • Axon DevOps: includes several utilities, such as monitor, benchmark tool and so on.

All the toolchains above can be dictated by Axon CLI, an exquisite and deft command line interface. You can use Axon CLI to do anything related to Axon.

Contributing

Please read the CONTRIBUTING.md for details on code of conduct, and the process for submitting pull requests. And the security policy is described in SECURITY.md.

Communication

The following ways are a great spot to ask questions about Axon:

Socials

All Axon related accounts are displayed via linktree.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Axon is a layer2 framework of CKB with native cross chain and compatible with Ethereum.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 86.9%
  • JavaScript 9.9%
  • HTML 2.1%
  • Other 1.1%