Introduction to Cumulus
Last updated
Last updated
It's easy to write blockchains using Substrate, and the overhead of writing parachains' distribution, p2p, database, and synchronization layers should be just as low. This project aims to make it easy to write parachains for Polkadot by leveraging the power of Substrate.
Cumulus clouds are shaped sort of like dots; together they form a system that is intricate, beautiful and functional.
A set of tools for writing -based . Refer to the included for architectural details, and the for a guided walk-through of using these tools.
is a for Substrate that follows a Polkadot . This will run a Polkadot node internally, and dictate to the client and synchronization algorithms which chain to follow, , and treat as best.
A Polkadot for the parachain is implemented by the polkadot-parachain
binary (previously called polkadot-collator
).
You may run polkadot-parachain
locally after building it or using one of the container option described .