sui icon indicating copy to clipboard operation
sui copied to clipboard

Create custodial wallet interface

Open kchalkias opened this issue 3 years ago • 2 comments

A signing service interface that takes as input some identifier (i.e., user identifier) and exposes two functions sign(identifier) and public_key(identifier). Implementations of this trait are expected to manage keys on behalf of user identifiers and will be used by the new GateWallet service

kchalkias avatar Apr 04 '22 22:04 kchalkias

@kchalkias - is this one done? Are you still the one doing it?

This is a dependency for another P2 DevNet task (@stella3d).

todd-mystenlabs avatar Apr 18 '22 14:04 todd-mystenlabs

Yes, re trait will try to push today.

kchalkias avatar Apr 18 '22 15:04 kchalkias