A Tangle Blueprint for Espresso Rollup as a Service (RaaS) using Arbitrum Nitro Orbit and Docker.
This blueprint provides a service for managing Espresso rollups using Arbitrum Nitro Orbit. It allows operators to create, start, stop, and monitor rollups through smart contracts and the Tangle Blueprint SDK.
The system uses Docker to isolate and manage multiple rollups, providing a secure and scalable solution for rollup deployment.
The system consists of the following components:
- Smart Contract: The
EspressoRaaSBlueprint
contract manages rollup configurations and handles job requests. - Rust SDK: The Rust implementation handles events from the smart contract and manages Docker.
- Docker: Each rollup runs in its own Docker container, providing isolation and security.
- Arbitrum Nitro Orbit: The rollup technology used for creating and managing rollups.
- Rust 1.81 or later
- Docker and Docker Compose
- Access to Arbitrum Sepolia or Arbitrum One network
-
Clone the repository:
git clone https://github.com/tangle-network/espresso-raas-blueprint.git cd espresso-raas-blueprint
-
Build the project:
cargo build --release
cargo build
cargo test
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.