This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
Use NEAR access keys properly #19
Labels
help wanted
Extra attention is needed
question
Further information is requested
scoping
Do some exploration and decide what the best way forward is
Problem
right now the wallet only stores and manages "root" keys. However, near's account structure is more complicated than that since it allows for having specific keys that can have a certain permission scope. By default, we should use these access keys and use them in a manner as granular as possible. This could mean storing a separate access key for every method on every smart recipient smart contract (which could be a user).
Solution
Make a proposal on how we ought to go forward with access keys and implement it. Would necessarily entail:
/signTx
is implementedThe text was updated successfully, but these errors were encountered: