zhenghao2519 / SSI-based-decentralized-access-control

A decentralized access control system supports all kinds of access control models (e.g., ABAC, RBAC, CapBAC) by leveraging Self-sovereign Identity.
0 stars 0 forks source link

Clean up Code #4

Open zhenghao2519 opened 1 year ago

zhenghao2519 commented 1 year ago

Because the codes are built on the demo from aca-py and I don't have that much time while writing my thesis at the same time. The code style is quite messy and may contain a lot of useless code.

Clean up all the codes and rewrite some chaotic functions

zhenghao2519 commented 1 year ago

especially the classes such as AriesAgent, AgentContainer, usw. I need to clear their hierarchy. It would be better if a hierarchy diagram can be added.