-
Notifications
You must be signed in to change notification settings - Fork 159
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
New Genesis Template cli command #612
Conversation
213f6c6
to
aa24667
Compare
One general note so far, is i'd add this attribute to the serde-able structs to get pascal casing so we can match Lotus |
Added Ya, absolutely, the pleasure is all mine 👍 |
46fd11a
to
135b0a5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM aside from @austinabell 's suggestions
934901d
to
528f04f
Compare
528f04f
to
8d5793f
Compare
@austinabell @ec2 please merge when you have a chance. Thanks :D |
@snaumov thank you ! |
Summary of changes
Changes introduced in this pull request:
Added new CLI command to create Genesis template.
Lotus-seed output for reference:
Forest's output:
How to test
build and run
forest genesis new-template
Provide network name and output path optionally:
forest genesis new-template -n "my-network" -f "./genesis_out.json"
Reference issue to close (if applicable)
Closes #580 #579
Other information and links