Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pryority/oplite
Light Client - Optimistic Shard State Update
https://github.com/pryority/oplite
blockchain client ethereum lightclient optimistic pos rpc-proxy
Last synced: about 1 month ago
JSON representation
Light Client - Optimistic Shard State Update
- Host: GitHub
- URL: https://github.com/pryority/oplite
- Owner: Pryority
- Created: 2023-01-16T20:38:56.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-02T01:37:10.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T14:47:00.352Z (3 months ago)
- Topics: blockchain, client, ethereum, lightclient, optimistic, pos, rpc-proxy
- Language: TypeScript
- Homepage:
- Size: 158 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OPLite -- A Fork of [Kevlar](https://github.com/lightclients/kevlar)
A light client for interacting with the [Beacon Chain](beaconcha.in)
---
## What is Kevlar?
Kevlar is a CLI tool to run a light client-based RPC Proxy for PoS Ethereum. Kevlar can be used to make your Metamask or any RPC-based wallet completely trustless! Kevlar first syncs to the latest header of the beacon chain and then starts an RPC server. This local RPC server can be added to MetaMask or any other RPC-based wallet. Every RPC call made by the wallet is now verified using Merkle Inclusion proofs to the latest block header. Currently Kevlar supports two kinds of sync methods: the **Light Sync** based on the light client sync protocol specified by the Ethereum Specification and the **Optimistic Sync** (which is 100x faster than Light Sync) based on construction from the research paper [Proofs of Proof of Stake in Sublinear Complexity](https://arxiv.org/abs/2209.08673).