clearsync
clearsync copied to clipboard
feat: YIP-0005 session keys
We would need more details/resources in this document.
- I can't find proper specification of Session Keys in Ethereum ERCs, can you link the resources you based your research on?
- Can you define technically how a session key would look like?
- What would be the scopes?
- Ideally we include in this document very precise specifications of our session keys.
We would need more details/resources in this document.
- I can't find proper specification of Session Keys in Ethereum ERCs, can you link the resources you based your research on?
- Can you define technically how a session key would look like?
- What would be the scopes?
- Ideally we include in this document very precise specifications of our session keys.
- There are plenty of theoretical resources regarding session keys and I found this interesting example of contracts with session keys management there https://github.com/itublockchain/eth-paris-session-key/tree/master/account-contracts/contracts (and the app is also interesting for us)
- It's private-public eth key pair
- Normally in scopes you can define methods that your session key can use but it also can be extended with spending limits for example
- For precise documents we will need a few people I guess