Skip to content

Workspace for Mojave infrastructure components, including full node, sequencer, prover, and cryptographic utilities

License

Notifications You must be signed in to change notification settings

1sixtech/mojave

Repository files navigation

Mojave

Mojave Banner

About

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.


Quickstart

Clone & Build

git clone https://github.com/1sixtech/mojave
cd mojave
cargo build --release

Running

# Node
cargo run --bin mojave-node

# Sequencer
cargo run --bin mojave-sequencer

# Prover
cargo run --bin mojave-prover

Testing

cargo test --workspace

# e2e tests
bash test_data/tests-e2e.sh

License

Mojave is licensed under the MIT License. See LICENSE for details.

Contributing

PRs are welcome! Read CONTRIBUTING to start contributing.

Acknowledgements

Thanks to the following projects and libraries that made Mojave possible:

About

Workspace for Mojave infrastructure components, including full node, sequencer, prover, and cryptographic utilities

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 11