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

JSON client setup and chain CLI commands #572

Merged
merged 24 commits into from
Jul 30, 2020
Merged

Conversation

dutterbutter
Copy link
Contributor

@dutterbutter dutterbutter commented Jul 28, 2020

Summary of changes
Changes introduced in this pull request:

  • Adds JSON client setup
  • Refactored CLI and subcommand setup
  • Adds basic chain CLI commands

Reference issue to close (if applicable)

Closes #571

Other information and links

To use:

  1. Start forest node
  2. Issue CLI commands (see below)

Commands:

  • forest chain genesis
  • forest chain head
  • forest chain block <cid>
  • forest chain message <cid>
  • forest chain read-obj <cid>

forest/src/cli/chain_cmd.rs Show resolved Hide resolved
forest/src/cli/chain_cmd.rs Outdated Show resolved Hide resolved
forest/src/cli/wallet_cmd.rs Outdated Show resolved Hide resolved
node/rpc-client/src/wallet_ops.rs Outdated Show resolved Hide resolved
forest/src/cli/chain_cmd.rs Outdated Show resolved Hide resolved
@dutterbutter dutterbutter merged commit c642d9a into main Jul 30, 2020
@dutterbutter dutterbutter deleted the dustin/chain-cli branch July 30, 2020 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Chain CLI commands
3 participants