Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Jul 20, 2024
1 parent 0ea0c61 commit a5199e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit a5199e6

Please sign in to comment.