0xSpaceShard / starknet-rivet

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

Enable custom Signer for more flexible Account Abstraction development #55

Open tabaktoni opened 2 months ago

tabaktoni commented 2 months ago

Enable more flexible development of Account Abstraction by allowing Starknet Rivet users to set custom Signers.

TODO: Discuss how to do the actual implementation. Should it be some boilerplate template that the user would pull with UI, edit in TS, and then set back using UI? In this case, it would be some hook callback methods for the signer or something else.

Explore possible solutions.