Magport / Substrate-Rollup

This is a Rollup implementation based on the Substrate framework, dedicated to enhancing the scalability and efficiency of substrate blockchain.
MIT No Attribution
0 stars 5 forks source link

Develop a pallet which can independently run a node through a Docker-like mechanism #14

Open Acaishiba opened 5 months ago

Acaishiba commented 5 months ago

Because we need to allow sequencers(Collators) to generate independent Layer 2 by loading the rollup code of other project parties, it is necessary to use a mechanism to enable Pallet to achieve this function.

@wd30130