Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyperledgendary/fabric-dev-networks
Collection of sample Fabric networks for developing and testing smart contracts
https://github.com/hyperledgendary/fabric-dev-networks
Last synced: about 1 month ago
JSON representation
Collection of sample Fabric networks for developing and testing smart contracts
- Host: GitHub
- URL: https://github.com/hyperledgendary/fabric-dev-networks
- Owner: hyperledgendary
- License: apache-2.0
- Created: 2019-12-20T12:08:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T13:44:50.000Z (over 4 years ago)
- Last Synced: 2024-11-09T06:40:27.849Z (3 months ago)
- Language: Shell
- Size: 43 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fabric-dev-networks
Collection of sample Fabric networks for developing and testing smart contracts
Just experimenting with an alternative approach to sharing sample networks, starting with a [small](./networks/small/README.md) network which should mostly work but is likely to keep changing
## Prereqs
Download the Hyperledger Fabric docker images
```
curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | bash -s -- 2.0.0-beta 1.4.4 0.4.18 -s -b
```Build the custom tools image
```
docker build -t hyperledgendary/fabric-tools .
```