From d30d539ce01c33a8d956701b32959bd4030748a3 Mon Sep 17 00:00:00 2001 From: "Abdel @ StarkWare" <45264458+abdelhamidbakhta@users.noreply.github.com> Date: Mon, 9 Jan 2023 17:09:16 +0100 Subject: [PATCH 1/3] Add Beerus StarkNet light client Beerus is a StarkNet Light Client inspired by and using helios. The goal is to provide a simple and easy to use client to query StarkNet state and interact with contracts. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eeef09b..33a8fcb 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio ### Cryptocurrencies * [Akula](https://github.com/akula-bft/akula) - Rust Ethereum Execution Layer (EL) Client (WIP) +* [beerus]([https://github.com/starkware-libs/cairo](https://github.com/keep-starknet-strange/beerus)) - Beerus is a trustless StarkNet Light Client, ⚡blazing fast ⚡ and powered by Rust 🦀 [![GitHub Workflow Status](https://github.com/keep-starknet-strange/beerus/actions/workflows/test.yml/badge.svg)](https://github.com/keep-starknet-strange/beerus/actions/workflows/test.yml) * [Bitcoin Satoshi's Vision](https://github.com/brentongunning/rust-sv) [[sv](https://crates.io/crates/sv)] — A Rust library for working with Bitcoin SV . * [cairo](https://github.com/starkware-libs/cairo) - Cairo is the first Turing-complete language for creating provable programs for general computation. This is also the native language of [StarkNet](https://starknet.io), a ZK-Rollup using STARK proofs ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/starkware-libs/cairo/CI?style=flat-square&logo=github) * [cairo-rs](https://github.com/lambdaclass/cairo-rs) — Rust implementation of the Cairo VM [![rust](https://github.com/lambdaclass/cairo-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/lambdaclass/cairo-rs/actions/workflows/rust.yml) From 69fce33bb98f9d15b00d16a569b755d76e396726 Mon Sep 17 00:00:00 2001 From: "Abdel @ StarkWare" <45264458+abdelhamidbakhta@users.noreply.github.com> Date: Mon, 9 Jan 2023 17:11:33 +0100 Subject: [PATCH 2/3] fix repo link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33a8fcb..dfe8591 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio ### Cryptocurrencies * [Akula](https://github.com/akula-bft/akula) - Rust Ethereum Execution Layer (EL) Client (WIP) -* [beerus]([https://github.com/starkware-libs/cairo](https://github.com/keep-starknet-strange/beerus)) - Beerus is a trustless StarkNet Light Client, ⚡blazing fast ⚡ and powered by Rust 🦀 [![GitHub Workflow Status](https://github.com/keep-starknet-strange/beerus/actions/workflows/test.yml/badge.svg)](https://github.com/keep-starknet-strange/beerus/actions/workflows/test.yml) +* [beerus]([https://github.com/keep-starknet-strange/beerus](https://github.com/keep-starknet-strange/beerus)) - Beerus is a trustless StarkNet Light Client, ⚡blazing fast ⚡ and powered by Rust 🦀 [![GitHub Workflow Status](https://github.com/keep-starknet-strange/beerus/actions/workflows/test.yml/badge.svg)](https://github.com/keep-starknet-strange/beerus/actions/workflows/test.yml) * [Bitcoin Satoshi's Vision](https://github.com/brentongunning/rust-sv) [[sv](https://crates.io/crates/sv)] — A Rust library for working with Bitcoin SV . * [cairo](https://github.com/starkware-libs/cairo) - Cairo is the first Turing-complete language for creating provable programs for general computation. This is also the native language of [StarkNet](https://starknet.io), a ZK-Rollup using STARK proofs ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/starkware-libs/cairo/CI?style=flat-square&logo=github) * [cairo-rs](https://github.com/lambdaclass/cairo-rs) — Rust implementation of the Cairo VM [![rust](https://github.com/lambdaclass/cairo-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/lambdaclass/cairo-rs/actions/workflows/rust.yml) From 76c2c6820dc4432fd51a1c241c94a35e419e75f4 Mon Sep 17 00:00:00 2001 From: "Abdel @ StarkWare" <45264458+abdelhamidbakhta@users.noreply.github.com> Date: Mon, 9 Jan 2023 17:33:28 +0100 Subject: [PATCH 3/3] fix repo link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfe8591..211cde4 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio ### Cryptocurrencies * [Akula](https://github.com/akula-bft/akula) - Rust Ethereum Execution Layer (EL) Client (WIP) -* [beerus]([https://github.com/keep-starknet-strange/beerus](https://github.com/keep-starknet-strange/beerus)) - Beerus is a trustless StarkNet Light Client, ⚡blazing fast ⚡ and powered by Rust 🦀 [![GitHub Workflow Status](https://github.com/keep-starknet-strange/beerus/actions/workflows/test.yml/badge.svg)](https://github.com/keep-starknet-strange/beerus/actions/workflows/test.yml) +* [beerus](https://github.com/keep-starknet-strange/beerus) - Beerus is a trustless StarkNet Light Client, ⚡blazing fast ⚡ and powered by Rust 🦀 [![GitHub Workflow Status](https://github.com/keep-starknet-strange/beerus/actions/workflows/test.yml/badge.svg)](https://github.com/keep-starknet-strange/beerus/actions/workflows/test.yml) * [Bitcoin Satoshi's Vision](https://github.com/brentongunning/rust-sv) [[sv](https://crates.io/crates/sv)] — A Rust library for working with Bitcoin SV . * [cairo](https://github.com/starkware-libs/cairo) - Cairo is the first Turing-complete language for creating provable programs for general computation. This is also the native language of [StarkNet](https://starknet.io), a ZK-Rollup using STARK proofs ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/starkware-libs/cairo/CI?style=flat-square&logo=github) * [cairo-rs](https://github.com/lambdaclass/cairo-rs) — Rust implementation of the Cairo VM [![rust](https://github.com/lambdaclass/cairo-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/lambdaclass/cairo-rs/actions/workflows/rust.yml)