ZephyrProtocol / zephyr

The Untraceable Stablecoin Protocol.
Other
105 stars 15 forks source link

Command Naming Convention Changes for Future Growth #8

Open Cactii1 opened 11 months ago

Cactii1 commented 11 months ago

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.