MystenLabs / sui

Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language
https://sui.io
Apache License 2.0
6.19k stars 11.19k forks source link

Create custodial wallet interface #1227

Open kchalkias opened 2 years ago

kchalkias commented 2 years ago

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

todd-mystenlabs commented 2 years ago

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

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

kchalkias commented 2 years ago

Yes, re trait will try to push today.