From fbe636707e2e5349336299a793802b32d2347fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Pavi=C4=8Di=C4=87?= Date: Tue, 30 Jul 2024 15:03:03 +0200 Subject: [PATCH] Added types-js and starknet-devnet-js (#79) * Added types-js and starknet-devnet-js * fix --------- Co-authored-by: mempoolsurfer --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 382ca4d..de743f1 100644 --- a/README.md +++ b/README.md @@ -272,12 +272,15 @@ - [Starknet in Rust](https://github.com/lambdaclass/starknet_in_rust#starknet) - Rust implementation of Starknet execution logic. - [starknet-zig](https://github.com/starknet-io/starknet-zig) - Starknet library in Zig. +- [types-js](https://github.com/starknet-io/types-js) - TypeScript types. - [types-rs](https://github.com/starknet-io/types-rs) - Rust types. - [poseidon-rs](https://github.com/keep-starknet-strange/poseidon-rs) - Poseidon Rust library. - [cairo_native](https://github.com/lambdaclass/cairo_native) - Compiler to convert Sierra to machine code via MLIR and LLVM. - [tree-sitter-cairo](https://github.com/avnu-labs/tree-sitter-cairo) - Cairo 1.0 grammar for tree-sitter. - [scure-starknet](https://github.com/paulmillr/scure-starknet) - Minimal JS implementation of Starknet cryptography. - [wasm-cairo](https://github.com/cryptonerdcn/wasm-cairo) - Wasm bindings for Cairo. +- [starknet-abigen-rs](https://github.com/glihm/starknet-abigen-rs) - Cairo ABI parser and generator in Rust. +- [starknet-devnet-js](https://github.com/0xSpaceShard/starknet-devnet-js) - Interact with the Devnet using this JS provider. - [Cainome](https://github.com/cartridge-gg/cainome) - Library to generate bindings from Cairo ABI. #### Sequencers