Skip to content
/ axon Public
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

linnnsss/axon

 
 

Repository files navigation

Axon

Axon is still in active development and a work in progress.

About Axon

Axon is a sidechain framework based on Muta with UDT token staking on CKB. Dapp developers can use Axon toolkit to create and distribute chain-specific UDT on CKB. Chain token holders can stake UDT to become an Axon chain validator or just deposit UDT into Axon chain for use in Dapps. Axon will support interoperability 2.0 and be 100% Ethereum compatible, like Godwoken.

As a layer-2 solution on Nervos, Axon can achieve thousands of TPS with the help of Overlord, a high-performance consensus. This offers Nervos DApp developers one more option. Godwoken is perfect for scenarios that involve low throughput and high value, such as DeFi, where security is usually more important than speed. When it comes to consumer-facing applications such as decentralized games or social networks, Axon offers the best performance.

Quick Start

Clone the source code, compile locally, and run the chain.

$ git clone https://github.com/axonweb3/axon.git
$ cd axon
$ cargo run --package axon --bin axon -- --config=./devtools/chain/config.toml --genesis=./devtools/chain/genesis_single_node.json

You can also use axon-devops to deploy a multi-node chain.

Acknowledgment

Axon is based on Muta. Sincerely thanks to everyone who contributed code to Muta.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 86.2%
  • JavaScript 10.4%
  • HTML 2.3%
  • Other 1.1%