h10 0.5.1

Experimental PoW-based public blockchain built on top of HTTP/1.0 (RFC-1945) protocol
Documentation
h10-0.5.1 has been yanked.

h10

Experimental PoW-based public blockchain built on top of HTTP/1.0 (RFC-1945) protocol (WIP)

Getting Started

Installation

$ cargo install h10

Installed mode

$ h10-node

or

$ h10-node --help

Usage

h10 (v0.5.1): Experimental PoW-based public blockchain built on top of HTTP/1.0 (RFC-1945) protocol - https://github.com/ancos2505/h10

Usage: h10-node [OPTION]

Options:
  --help                      Display this message

  --verbose                   Show raw contents from both Request and Response

  --webui-ip=<IP ADDRESS>     IPv4 or IPv6 to listening

  --webui-port=<PORT NUMBER>  Port to listen [1024-65535] (RFC7605#section-4)

Dev mode

Terminal 1

cargo run

Terminal 2

curl -v localhost:8080

or open in your browser: http://localhost:8080/

Opened in browser

Roadmap

  • Implement Webui for node management
  • Implement the complete spec RFC1945