Argennon-Project / ascee

C++ implementation of the Argennon smart contract execution environment (AscEE)
http://argennon.org
GNU Affero General Public License v3.0
6 stars 2 forks source link

Document how ArgC authorization functions work #2

Open aybehrouz opened 2 years ago

aybehrouz commented 2 years ago

ArgC authorization functions are the main tool for authorizing operations in the Argennon platform. They can be used for authorizing operations by accounts or applications. Their current implementation can be found here. We need to exactly describe how the end user can use them and how their internal data including public keys and nonce data are stored and updated. In other words, the internal data structure needs to be exactly described.