0xSpaceShard / starknet-devnet-rs

A local testnet for Starknet... in Rust
https://0xspaceshard.github.io/starknet-devnet-rs/
MIT License
106 stars 61 forks source link

Test Argent account support #481

Closed FabijanC closed 4 months ago

FabijanC commented 4 months ago

Usage related changes

Development related changes

Checklist:

mikiw commented 4 months ago

We have OZ account artefact built in devnet and we don't need to fork anything to test it and play with it but now to test Argent account we need to fork mainnet.

Shouldn't we just add an Argent account the same way we added OZ account so devnet users can use Argent account straight away?

ok, since forking is our way to solve it it's ok