@Ajaycodes_ KMS is the right call for prod. Look into envelope encryption, encrypt with a data key per user then wrap that key with KMS. Makes rotation painless. Happy to swap notes, the credential layer is one of those things you want to get right early. #crypto#algotrading
Starting my build in public journey
I’ve been building an algo trading SaaS for crypto.
→ Connect exchange via API
→ Automate trades (no fund withdrawal access)
→ Focus on execution + safety
#crypto#buildinpublic#SaaS#programming#algotrading
@VersaTrader Currently it's under dev, so just storing in db, but might use aws kms in production, i think you are building similar things too , we can have a discussion about the architecture and infrastructure layer if you are interested.
@Ajaycodes_ Solid foundation. The trade-only API key constraint is important to call out early, a lot of users get nervous about connecting exchanges. How are you handling the credential storage side of it?