Graphcast is a decentralized, distributed peer-to-peer (P2P) communication tool that allows Indexers across the network to exchange information in real-time. Today, network participants coordinate with one another using the protocol by submitting on-chain transactions that update the shared global state in The Graph Network. These transactions cost gas, which makes some types of signaling or coordination between participants too expensive. In other words, sending signals to other network participants has a high cost that is determined by the cost of transacting on the Ethereum blockchain. Graphcast solves this problem.
To see the full idea behind Graphcast, you can check out the GRC for it.
Updates to the SDK will be merged into the main
branch once their respective PR has been approved. The SDK will soon be published on crates.io.
We recommend using nextest as your test runner. Once you have it installed you can run the the suite using the following command:
cargo nextest run
The SDK is essentially a base layer that Radio developers can use to build their applications without needing to worry about starting everything scratch. The components that are included in the SDK are:
There is also a POI cross-checker Radio in the examples/
folder that leverages the base layer and defines the specific logic around constructing and sending messages, as well as receiving and handling them.
We welcome and appreciate your contributions! Please see the Contributor Guide, Code Of Conduct and Security Notes for this repository.