From e214dbe0c75efa3ccfb33b1879a512b324fcec36 Mon Sep 17 00:00:00 2001 From: Will Kennedy Date: Fri, 30 Aug 2024 11:19:23 -0400 Subject: [PATCH] Added build status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fb77900..faa0285 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # trollup +[![Rust](https://github.com/wkennedy/trollup/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/wkennedy/trollup/actions/workflows/rust.yml) + This is my first attempt at creating a bare bones zk-rollup for Solana. There is a lot of ideas that are new to me, so this is merely a representation of attempting to learn about ZK, Merkle structures and transaction processing.