Skip to content

A Tangle Blueprint to deploy Arbitrum Orbit Rollups over Espresso Network

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

tangle-network/espresso-raas-blueprint

Repository files navigation

Espresso RaaS Blueprint

A Tangle Blueprint for Espresso Rollup as a Service (RaaS) using Arbitrum Nitro Orbit and Docker.

Overview

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.

Architecture

The system consists of the following components:

  1. Smart Contract: The EspressoRaaSBlueprint contract manages rollup configurations and handles job requests.
  2. Rust SDK: The Rust implementation handles events from the smart contract and manages Docker.
  3. Docker: Each rollup runs in its own Docker container, providing isolation and security.
  4. Arbitrum Nitro Orbit: The rollup technology used for creating and managing rollups.

Prerequisites

  • Rust 1.81 or later
  • Docker and Docker Compose
  • Access to Arbitrum Sepolia or Arbitrum One network

Installation

  1. Clone the repository:

    git clone https://github.com/tangle-network/espresso-raas-blueprint.git
    cd espresso-raas-blueprint
  2. Build the project:

    cargo build --release

Development

Building from Source

cargo build

Running Tests

cargo test

License

This project is licensed under either of

at your option.

Contribution

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.

About

A Tangle Blueprint to deploy Arbitrum Orbit Rollups over Espresso Network

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published