blockchain-cli 0.1.4

Provides a command-line interface (CLI) for interacting with blockchain
Documentation

Blockchain CLI

Reference implementation

test GitHub issues GitHub

Provides a command-line interface (CLI) for interacting with blockchain.

Features

  • Create a blockchain
  • Add a transaction
  • Get a transaction
  • Get all transactions
  • Generate a block
  • Change a reward
  • Change a difficulty

Contributing

  • Build an application:
cargo build
  • Test an application:
cargo test
  • Run an application:
cargo run
  • Generate documentation in HTML format:
cargo doc --open