LightClients.org

Docker support

Released Kevlar v0.1.9 with two new provers, minor fixes and docker support. You don't have to spin up Kevlar every time on boot anymore, instead you can run Kevlar using docker which will start automatically at boot docker run -p 8546:8546 --name kevlar shresthagrawal/kevlar. Thanks to

Inner workings of the RPC proxy

After releasing Kevlar, we received several questions regarding the inner workings of the RPC proxy. Kevlar is made up of two main components: the sync client, and the RPC proxy. The RPC Proxy is implemented as a separate library, “Patronum” (github.com/shresthagrawal/patronum). Patronum takes as input a trusted

Announcing Kevlar

Today, we are announcing "Kevlar" (github.com/shresthagrawal/kevlar), a tool that makes Metamask, or any RPC-based wallet, completely trustless! Kevlar first runs a light client to quickly sync with the beacon chain and then starts a local RPC proxy that you can add to your wallet. Currently most wallets

LightClients.org © 2026