issues
search
regen-network
/
keystone
:rocket: key management system
Apache License 2.0
4
stars
6
forks
source link
Keystone Key Mgmt Service POC
#13
Open
clevinson
opened
3 years ago
clevinson
commented
3 years ago
[x] Register method (skipping OAuth part..)
creates group in group account with one key which is server signing key
returns
Address
[ ] create & send transaction
takes a list of messages from the user, creates a tx for the group account, and the server signs & submits it
returns TxResult (accepted for processing)
[x] client being able to successfully call grpc Register method on the keystone server
API should be:
grpc server
grpc-gateway for REST API
Address
API should be: