Phases
Setup different phases in config.json file. Adding on to what was explained in Initializing CLI, the number of additional phases can also be re-configured directly on the config.json file.
Below is an example of a mint with 3 additional phases:
Should any changes be made to this config.json file, do make sure that the rules that are relevant to each field (eg. time in UTC format) still be adhered to.
Note:
All time is in UTC 00:00
All minting fees are in APT, to represent 1 APT = 100000000 In the above example 0.2 APT = 20000000
Should there be a need to change the number of phases, the additional_phases field would need to be changed, along with the dataset for the phases.
Timing rules to adhere:
start_time > current time
[any phase]_end_time > start_time
public_sales_start_time > [any phase]_end_time
public_sales_end_time > public_sales_start_time
To update the phases timing, key in command:
End of page
Last updated