Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chainstack/quorum-toolbox
Tools and scripts for Quorum configuration
https://github.com/chainstack/quorum-toolbox
blockchain docker geth python-library quorum
Last synced: about 2 months ago
JSON representation
Tools and scripts for Quorum configuration
- Host: GitHub
- URL: https://github.com/chainstack/quorum-toolbox
- Owner: chainstack
- License: apache-2.0
- Created: 2018-11-12T09:32:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T16:00:38.000Z (over 4 years ago)
- Last Synced: 2024-08-03T16:09:06.172Z (5 months ago)
- Topics: blockchain, docker, geth, python-library, quorum
- Language: Python
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 21
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-quorum - Quorum-toolbox - Tools and scripts for Quorum configuration. (Software components / Libraries)
README
# Quorum Toolbox
[![CircleCI](https://circleci.com/gh/chainstack/quorum-toolbox/tree/master.svg?style=svg&circle-token=c64e8d715eee5747f4ab9f9e0321dc558f3ec92f)](https://circleci.com/gh/chainstack/quorum-toolbox/tree/master)
[![PyPI version](https://badge.fury.io/py/quorumtoolbox.svg)](https://badge.fury.io/py/quorumtoolbox)## Dependencies
* Python ^3.4
* [constellation v0.3.2](https://github.com/jpmorganchase/constellation) (`constellation-node`)
* [quorum v2.6.0](https://github.com/jpmorganchase/quorum) (`geth`, `bootnode`)
* [istanbul-tools v1.0.1](https://github.com/jpmorganchase/istanbul-tools) (`istanbul`)## Installation
pip install quorumtoolbox
## Development
Clone repo, cd to quorum-toolbox and run `python setup.py develop`.
## Testing
docker-compose up