Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 800 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 800 Bytes

Lazy Chain Proof of Concept

Proof on Concept (Local and Testnet using kurtosis) Rollkit with Celestia as DA and Artela as EVM++.

Links

Architecture high level

flowchart LR
    subgraph ExecutionEnvironment
        A(EVM)
    end

    subgraph StateValidityMode
        E(Pessimistic)
    end

    subgraph Sequencer
        H(Centralized)
    end

    subgraph Bridging
        K(IBC)
        L(Hyperlane)
    end

    subgraph DALayer
        N(Celestia)
    end

    ExecutionEnvironment --> Rollkit
    StateValidityMode --> Rollkit
    Sequencer --> Rollkit
    Bridging --> Rollkit
    Rollkit --> DALayer
Loading