Skip to content

Proof on Concept (Local and Testnet) Rollkit with Celestia as DA and Artela as EVM

Notifications You must be signed in to change notification settings

Lazychain/lazy_poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Proof on Concept (Local and Testnet) Rollkit with Celestia as DA and Artela as EVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published