Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 849 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 849 Bytes

Simple minifab example

This example uses minifab.

This example targets Hyperledger 2.2.

NOTE: Docker for Mac requires to run with the legacy osxfs file sharing mechanism. Please see this issue for more information.

Start the example

Make sure Docker and docker-compose are installed.

$> ./start.sh

Access Splunk

Splunk runs as part of the deployment on your machine, and is available at https://localhost:8000.

You can log in with admin/changeme. Splunk installs the Hyperledger Fabric application, from which you can explore your setup.

Stopping the sample

When done, make sure to stop the network. The following script will remove all containers, their volumes and images.

$> ./stop.sh