**InterPlanetary Consensus (IPC) is a breakthrough scalability framework that enables dApps to reach planetary scale 🪐 through recursively scalable subnets, sub-second transactions, robust compute workloads, and highly adaptable WebAssembly runtimes tailored to developer requirements.**
IPC empowers developers to scale blockchains by distributing workloads and programs onto infinitely-recursive subnets in a tree structure. Subnets are deeply customizable in terms of consensus, execution runtimes, actor logic, gas, native token, and more!
This enables on-demand horizontal and vertical scalability of Filecoin and other chains. Your subnets can spawn their own state, validate messages in parallel, and seamlessly interact with any network in the hierarchy, as well as with the Filecoin root network.
**IPC: Instructions on Running a Local Node here: https://github.com/consensus-shipyard/ipc-dx-docker*
IPC docs
all the code about IPC
https://www.youtube.com/watch?v=aRyj9kOvW7I
More about IPC from LabWeek23 in Istanbul:
https://www.youtube.com/watch?v=sHvdBRj3kxE&t=3484s
In IPC, subnets are organized in a hierarchy, with each subnet having its consensus instance, crypto-economic rules, and agreement algorithm. The basic components of IPC are:
GitHub - consensus-shipyard/ipc: Implementation of an IPC client and libraries
Fendermint - modularized IPC+FVM client implementation with the ability to load different consensus protocols.
IPC solidity actors - The reference implementation of Filecoin's FEVM IPC actors.
GitHub - consensus-shipyard/fendermint: IPC implementation atop CometBFT