Multi-network Ethereum dApp in Raku

Konstantin Narkhov — 45 minutes

Ethereum blockchain could be much more decentralized if we will use the mix of main net, public test nets and private nets. Such method makes it possible to increase the resilience of our distributed application against network attacks or their natural degradation.

By the way, when we use the mix of private and public nets, we also get the additional data access level: sensitive data is stored only on private net and open data — on public net. This approach is quite good for third-party audit or tracing.

To manage data in this heterogeneous environment we need data relays (or routers) providing transparent data flows from one net to another.

My talk is about how to use Pheix as such relay, it's completely inspired and driven by Raku.