I am working on building some tools to allow accounts to be controlled by multiple people, a DAO basically.
If you happen to know tools that already exist for this, please, send me links.
If you want to contribute to check the repository of the first tool I have built:
https://github.com/igormuba/hive_remote_sbd_balances
Just notice that I built it yesterday (Sunday) night before going to sleep, and I do not have much free time during a workweek, so the code is spaghetti and ugly, but I will improve on the nights before going to sleep, and plan to make it look good during the weekend, and then move on to other tools
This first one allows people to send SBD to an account ( dao in this case) and allow them to withdraw later, by storing how much credit each one has on the account.
I know hive-engine has similar features, but I don't know how to use, so if you can point out which ones there are and how to use them I thank you!