https://github.com/gersteinlab/idash-blockchain
https://github.com/gersteinlab/idash-blockchain
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gersteinlab/idash-blockchain
- Owner: gersteinlab
- License: gpl-3.0
- Created: 2019-01-03T20:11:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T13:58:03.000Z (about 6 years ago)
- Last Synced: 2025-01-20T12:07:53.222Z (5 months ago)
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 27
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iDASH-blockchain
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*
(2) To insert logs into the chain and stream
python Insert.py *data* *chain name* *stream name*
(3) To query from the chain
python testing100Queries.py *chain name* *stream name* *query file*
3 uses the Query.py
to stop a chain
(4) multichain-cli *chain name* stop
For more multichain options see https://www.multichain.com