0xSpaceShard / starknet-rivet

Developer wallet for Starknet
MIT License
7 stars 0 forks source link

Mining / reverting blocks #71

Closed ivpavici closed 2 weeks ago

ivpavici commented 4 weeks ago

Add a functionality to mine blocks, as is possible in Rivet.

It is also possible to revert the mined block!

Reference in devnet-rs: https://0xspaceshard.github.io/starknet-devnet-rs/docs/blocks

image

qperrot commented 2 weeks ago

We do mint block and other block manipulations here https://github.com/0xSpaceShard/starknet-rivet/pull/45