You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now all of the CLI commands have names like "redeem_reserve" or "mint_reserve".
If we're thinking about the future we should should probably change those commands to their respective currency. So the commands would be more like "mint_usd" or "redeem_usd".
This would easier allow for future growth if developers decide to add other stable currencies like EUR or CAD. These could then have their CLI commands like "redeem_cad" or "mint_eur".
These command naming conventions make more sense for future proofing the code, even if developers don't plan on having these other reserve currencies right away.
The text was updated successfully, but these errors were encountered:
Cactii1
changed the title
Slight Changes for Future Growth
Command Naming Convention Changes for Future Growth
Oct 1, 2023
Right now all of the CLI commands have names like "redeem_reserve" or "mint_reserve".
If we're thinking about the future we should should probably change those commands to their respective currency. So the commands would be more like "mint_usd" or "redeem_usd".
This would easier allow for future growth if developers decide to add other stable currencies like EUR or CAD. These could then have their CLI commands like "redeem_cad" or "mint_eur".
These command naming conventions make more sense for future proofing the code, even if developers don't plan on having these other reserve currencies right away.
The text was updated successfully, but these errors were encountered: