You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a default, we are using the InMemoryStateReader for Starknet in Rust. This works fine but it does not provide persistence. To fix this, we need to implement the StateReader trait in order to save into a custom DB (such as RocksDB).
As a default, we are using the
InMemoryStateReaderfor Starknet in Rust. This works fine but it does not provide persistence. To fix this, we need to implement theStateReadertrait in order to save into a custom DB (such as RocksDB).