Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fastx CLI] Add customisation to genesis #400

Closed
patrickkuo opened this issue Feb 9, 2022 · 0 comments · Fixed by #461
Closed

[fastx CLI] Add customisation to genesis #400

patrickkuo opened this issue Feb 9, 2022 · 0 comments · Fixed by #461
Assignees

Comments

@patrickkuo
Copy link
Contributor

As per GDC Eng Deliverables doc

fastx start –genesis <some_config_file> can be used to do the above with a different genesis state (e.g., preloading modules and NFT’s, as some of the demos we are building will require). This config file needs to be able to encode arbitrary Move structs (i.e., not just gas coins) in order to support the preloading NFT’s requirement

The current implementation hard coded the genesis to create 4 authorities, 5 account with 5 gas object each, we need to support genesis customisation using config file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants