Mojave is a new layer built on top of Bitcoin. It brings scalability, programmability, and fast transaction speed—without compromising Bitcoin’s core strengths: security and decentralization.
git clone https://github.com/1sixtech/mojave
cd mojave
cargo build --release# Node
cargo run --bin mojave-node
# Sequencer
cargo run --bin mojave-sequencer
# Prover
cargo run --bin mojave-provercargo test --workspace
# e2e tests
bash test_data/tests-e2e.shMojave is licensed under the MIT License. See LICENSE for details.
PRs are welcome! Read CONTRIBUTING to start contributing.
Thanks to the following projects and libraries that made Mojave possible:
