From a5199e61b1be65507fccea959cc752c5cb21d8c7 Mon Sep 17 00:00:00 2001 From: Bartosz Nowak Date: Sat, 20 Jul 2024 15:10:49 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index db30d67..55aa559 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cairo-VM Verifier -![Version](https://img.shields.io/badge/v0.1.1-green?style=flat-square&logo=git&logoColor=white&label=version) +![Version](https://img.shields.io/badge/v0.0.3-green?style=flat-square&logo=git&logoColor=white&label=version) ![Continuous Integration](https://img.shields.io/github/actions/workflow/status/iosis-tech/cairovm-verifier/ci.yml?style=flat-square&logo=githubactions&logoColor=white&label=Continuous%20Integration) This is the Rust implementation of the Cairo-VM STARK verifier with layouts. The code is inspired by StarkWare's [Cairo-verifier](https://github.com/starkware-libs/cairo-lang) implementation in Cairo0. @@ -32,9 +32,9 @@ cargo test - [x] starknet - [x] starknet_with_keccak -- **WASM Support:** - - [ ] Wasm bindings for integration with web applications - - [ ] Example Cairo-VM STARK verifier web client +- **Web Support:** + - [x] Wasm Support + - [x] NPM package ## Contributing