Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 3.72 KB

README.md

File metadata and controls

34 lines (29 loc) · 3.72 KB

AggregatedKnowledge

A list of blockchain workshops developed by @BrianSeong99

AggLayer

  • AggLayer Overview - Zero to Hero: The overview of AggLayer tech and the main components that makes AggLayer Ticks.

AggLayer Components Explained

  • Unified Bridge & Bridge-and-Call[Tweet][Github]: This repo explains the design and usage of Unified Bridge and Bridge-and-Call.
  • Pessimistic Proof Walkthrough & bench on various zkVMs[Tweet][Github]: This repo explains the design and the usage of Pessimistic Proof in AggLayer. It compares the bench performance of running pessimistic proof in SP1, Valida, and Risc0 zkVMs.
  • AggLayer Node: This repo explains the design the and usage of AggLayer Node in AggLayer.
  • Fast Interop on AggLayer: Allows for interoperability at a latency lower than Ethereum finality
  • Proof Aggregation on AggLayer: Proofs across all chains are aggregated along with the pessimistic proof to amortize costs.
  • AggLayer Service: Dive into the Production Services that AggLayer provides for all chains and Developers.

AggLayer Handson

  • Unified Bridge Examples using ThirdWeb Modular Smart Contracts: This repo showcase how to use Unified Bridge Interface via ThirdWeb Modular Smart Contracts.
  • Cross-chain Dex on AggLayer: This repo showcase how to use Unified Bridge Interface to build a AggLayer Native cross-chain Dex.

Polygon Plonky3

  • Awesome Plonky3[Tweet][Github]: This repo is a curated list of Polygon Plonky3 resources, libraries, tools and more.

Chapter Zero: Plonky3 Intro

  • Plonky3 Fibonacci & Introduction[Github]: This repo introduces Plonky3 and showcases a simple implementation of fibonacci constraints and execution trace.

Chapter One: Constraints in Plonky3

  • Plonky3 RangeCheck & Constraint Degree[Video][Tweet][Github]: This repo introduces concepts on constraint degree and optimization technics, as well as example implementations of Range Checks using Plonky3.
  • Plonky3 Keccak Hash & Static Lookups: This repo introduces concepts on Static Lookups in AIR constraints, as well as example implementations of Keccak Hash functions using Plonky3.

Polygon Miden

  • Dark Pool Implementation in Miden & Miden's Notes Design: This repo covers the mechanism of Miden Note data structure, and showcases a simple implementation of Dark Pool Protocol implmented in Rust on Miden.

Polygon PoS

  • PoS Milestones for FAST finality[Video][Tweet][Github]: THis repo explains the design upgrade of PoS on Faster Finality and showcases how to use Miletsones for Dapps to get faster updates from chain.
  • King of the Hill: Polygon PoS + Polymarket: This repo covers the reason why Polygon PoS is so performant and stable to host world first mass adoption dapp PolyMarket.

Privado ID

  • Register your AI Agent to the world via Privado ID: This repo showcase how to use Privado ID to register a Unique Identity for your own AI Agent.
  • Don't Let Trump Cheat[Reference]: This project implements a identity system for US Elections. Get your vote counted today!