-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
implement 'gaiacli init' / client init commands #822
Labels
Comments
zramsay
changed the title
a command 'basecli init' returns an error
implement 'basecli init'
Apr 12, 2018
it hasn't been implemented yet. i've re-named the issue. stay tuned |
This needs to do things like persist the chainid and node URL and the initial validator set (which shoudl be authenticated socially). See how we use to do it here for reference: https://github.com/cosmos/cosmos-sdk/blob/bucky/reference-v0.8.0/client/commands/init.go |
rigelrozanski
changed the title
implement 'basecli init'
implement 'gaiacli init' / client init commands
May 3, 2018
Replaced by #1275 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if I run 'basecli init' with any option, an error saying "ERROR: TODO: Command not yet implemented" occurs.
Do you have any idea to solve this problem?
The text was updated successfully, but these errors were encountered: