starknet-rs icon indicating copy to clipboard operation
starknet-rs copied to clipboard

Refactor Account Deployment

Open refcell opened this issue 2 years ago • 1 comments

Deploying accounts should be refactored and accessible behind some Account Factory Trait.

refcell avatar Mar 26 '22 05:03 refcell

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.

xJonathanLEI avatar Jun 10 '22 10:06 xJonathanLEI

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.

xJonathanLEI avatar Nov 01 '22 16:11 xJonathanLEI