Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suddutt1/fabricnetgenv2
Version 2 of fabric network generator
https://github.com/suddutt1/fabricnetgenv2
Last synced: about 1 month ago
JSON representation
Version 2 of fabric network generator
- Host: GitHub
- URL: https://github.com/suddutt1/fabricnetgenv2
- Owner: suddutt1
- Created: 2018-06-10T17:09:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T17:32:33.000Z (over 6 years ago)
- Last Synced: 2024-06-21T03:16:30.956Z (7 months ago)
- Language: Go
- Size: 728 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Hyperledger Fabric Network Generator V2
### Proposed features
1. Single Machine config
2. Multiple Machine config
3. K8S based configEach of the above mentioned configuration will generate the following
1. Required configTx, crypto-config.yaml, docker yamls/K8S yamls
2. Required shell scripts to expidite the installation process
3. README.md file with step by step execution process### Implemented features
1. Single machine config with solo orderer without CA
2. Contineous port allocation for (Single machine)
3. Scipts to automate following ( Single machine)
* Download binary
* Generate configuration files out of configTx file
* Channel build and join scripts
* Chaincode build and update sctipts
4. Generation of a default chaincode for example### TODO:
1. Introduce CA ( Single machine)
2. Introduce Kafka ordering ( Single machine)
3. Multi machine configuration ( Features to be added TBD)
4. K8S configuration