Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

feat: Release rpc_state_reader on crates.io #1088

Open
pistomat opened this issue Oct 19, 2023 · 2 comments
Open

feat: Release rpc_state_reader on crates.io #1088

pistomat opened this issue Oct 19, 2023 · 2 comments

Comments

@pistomat
Copy link

The crate rpc_state_reader is not exposed in starknet_in_rust and therefore one needs to import it in Cargo.toml with

[dependencies]
rpc_state_reader = { git = "https://github.com/lambdaclass/starknet_in_rust.git", package = "rpc_state_reader", tag = "v0.4.0"}

Could you either re-export it in the starknet_in_rust package or release as a standalone crate on crates.io to avoid importing rpc_state_reader straight from git?

@juanbono
Copy link
Collaborator

Hi! We are working right now on modularizing it and make it easier to use as a library. We will publish it as a crate too.

@pistomat
Copy link
Author

Great to hear that, looking forward to it!

@igaray igaray added this to Starknet Jan 15, 2024
@igaray igaray moved this to Backlog in Starknet Jan 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants