Creating a Currency
This guide provides step-by-step instructions on creating and configuring new currencies .
Overview
Folder Structure
- currency/
- <Currency-Identifier> # Folder matching the Identifier in the main currency YAML
- <Denomination>.yml # YAML files defining denominations
- <Currency-Identifier>.yml # Main currency configuration fileExample Structure for "USD":
- currency/
- USD/
- one.yml
- penny.yml
- USD.ymlStep-by-Step Instructions
Step 1: Define the Main Currency Configuration
Step 2: Add Denomination Files
Step 3: Enable the Currency
Additional Notes
Last updated
Was this helpful?