Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Summary 💡
Trubudget has to be able to store all data encrypted on chain.
TODOs
- Checkout the data stored in an organization stream. The private key is encrypted with the ORGANIZATION_VAULT_SECRET. The whole chain should use the same process of decryption/encryption with a secret shared with the whole network like the RPC_PASSWORD.
- Check if the RPC_PASSWORD can be used or another secret should be used