iota-pow-box

Crates.ioiota-pow-box
lib.rsiota-pow-box
version0.0.2
sourcesrc
created_at2018-07-08 01:02:04.291662
updated_at2018-07-08 01:25:57.971954
descriptionA remote PoW server written
homepage
repositoryhttps://github.com/njaremko/iota-pow-box
max_upload_size
id73278
size7,023
Nathan Jaremko (njaremko)

documentation

README

IOTA Pow Box

This project provides IOTA PoW-as-a-Service

Standard IRI attachToTangle requests return a JSON struct containing a jobId. Querying the server at localhost:8000/<jobId> returns either:

  • "Not ready yet"
  • a standard attachToTangle response with an error attribute
  • a standard attachToTangle response with a PoW-ed trytes attribute

To build this project, you'll need openssl-devel install (on linux) or equivalent openssl development libraries.

Commit count: 6

cargo fmt