Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gursoygamze committed Jan 3, 2019
1 parent 19aea7d commit 63acf3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -3,20 +3,20 @@ After installing Multichain1.0.4 from https://www.multichain.com

(1) To create a chain use:

python CreateChain.py -cn <chain name> -sn <stream name>
python CreateChain.py -cn *chain name* -sn *stream name*

(2) To insert logs into the chain and stream

python Insert.py <data> <chain name> <stream name>
python Insert.py *data* *chain name* *stream name*

(3) To query from the chain

python testing100Queries.py <chain name> <stream name> <query file>
python testing100Queries.py *chain name* *stream name* *query file*

3 uses the Query.py

to stop a chain

(4) multichain-cli <chain name> stop
(4) multichain-cli *chain name* stop

For more multichain options see https://www.multichain.com

0 comments on commit 63acf3a

Please sign in to comment.