From 7731d06ce6ab83a259e85b3826f36fb8c88dd748 Mon Sep 17 00:00:00 2001 From: imw Date: Fri, 28 Dec 2018 14:22:35 +0100 Subject: [PATCH] Updated README to show generator usage --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b84c1f3..89178e4 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,10 @@ dVote library for Relay -With application running, you can submit fake votes with a json request of the form: -curl -H 'Content-Type: application/json'e":"package","Nonce":"bm9uY2U=","KeyProof":"cHJvb2Y=","Package":"dm90ZXBhY2thZ2U=","Timestamp":"2018-12-14T15:04:05Z"}' http://localhost:8080/submit +Includes a dummy generator. Example run: +ipfs daemon & +./dvote-relay +and in another shell: +./generator/generator 1000 + +