Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 .
```