Axon is still in active development and a work in progress.
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.
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.
Axon is based on Muta. Sincerely thanks to everyone who contributed code to Muta.