starknet-rs
starknet-rs copied to clipboard
Refactor Account Deployment
Deploying accounts should be refactored and accessible behind some Account Factory Trait.
I think this will be best structured as:
- an
AccountFactory
(as always, naming not final) trait; and - an additional feature-gated crate like
starknet-account-impls
that contains the actual account contracts.
A lot has changed regarding StarkNet contract deployment (including account deployment), so I'm planning to revamp the interface, which should take care of this. See #232.