Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brianseong99/aggregatedknowledge

A Master list of Developer Educational Contents developed by @BrianSeong99
https://github.com/brianseong99/aggregatedknowledge

ai blockchain zero-knowledge

Last synced: 3 days ago
JSON representation

A Master list of Developer Educational Contents developed by @BrianSeong99

Awesome Lists containing this project

README

        

# 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
- [x] **Unified Bridge & Bridge-and-Call**[[Tweet](https://x.com/BrianSeong99/status/1857518126633816175)][[Github](https://github.com/BrianSeong99/AggLayer_UnifiedBridge)]: This repo explains the design and usage of Unified Bridge and Bridge-and-Call.
- [x] **Pessimistic Proof Walkthrough & bench on various zkVMs**[[Tweet]()][[Github](https://github.com/BrianSeong99/AggLayer_PessimisticProof)]: 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, OpenVM, 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
- [x] **Awesome Plonky3**[[Tweet](https://x.com/BrianSeong99/status/1869065095894163930)][[Github](https://github.com/Plonky3/awesome-plonky3)]: This repo is a curated list of Polygon Plonky3 resources, libraries, tools and more.
### Chapter Zero: Plonky3 Intro
- [x] **Plonky3 Fibonacci & Introduction**[[Github](https://github.com/BrianSeong99/Plonky3_Fibonacci)]: This repo introduces Plonky3 and showcases a simple implementation of fibonacci constraints and execution trace.
### Chapter One: Constraints in Plonky3
- [x] **Plonky3 RangeCheck & Constraint Degree**[[Video](https://www.youtube.com/watch?v=ifMXu8AL8_E)][[Tweet](https://x.com/0xPolygonFdn/status/1846747684348010609)][[Github](https://github.com/BrianSeong99/Plonky3_RangeCheck)]: 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
- [x] **PoS Milestones for FAST finality**[[Video](https://www.youtube.com/watch?v=BEuEwF5lBEc)][[Tweet](https://x.com/0xPolygon/status/1836786281948283342)][[Github](https://github.com/BrianSeong99/PolygonPoS_Milestones)]: 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](https://x.com/elonmusk/status/1867072151934677231)]: This project implements a identity system for US Elections. Get your vote counted today!