diff --git a/doc_images/10-install-marbles.PNG b/doc_images/10-install-marbles.PNG index e2745af92..f1ca2db57 100644 Binary files a/doc_images/10-install-marbles.PNG and b/doc_images/10-install-marbles.PNG differ diff --git a/doc_images/11-installed-marbles.PNG b/doc_images/11-installed-marbles.PNG index 7c9dc988f..1268248fe 100644 Binary files a/doc_images/11-installed-marbles.PNG and b/doc_images/11-installed-marbles.PNG differ diff --git a/doc_images/12-instantiate-marbles.PNG b/doc_images/12-instantiate-marbles.PNG index 1a6f67a78..8d79734f2 100644 Binary files a/doc_images/12-instantiate-marbles.PNG and b/doc_images/12-instantiate-marbles.PNG differ diff --git a/doc_images/13-instantiated-marbles.PNG b/doc_images/13-instantiated-marbles.PNG index 180548b96..fea0e5a5b 100644 Binary files a/doc_images/13-instantiated-marbles.PNG and b/doc_images/13-instantiated-marbles.PNG differ diff --git a/doc_images/2-create-wizard.PNG b/doc_images/2-create-wizard.PNG index 7fee33352..a61baf2c7 100644 Binary files a/doc_images/2-create-wizard.PNG and b/doc_images/2-create-wizard.PNG differ diff --git a/doc_images/3-create-summary.PNG b/doc_images/3-create-summary.PNG index d126006e3..c94abca9d 100644 Binary files a/doc_images/3-create-summary.PNG and b/doc_images/3-create-summary.PNG differ diff --git a/doc_images/8-created-channel.PNG b/doc_images/8-created-channel.PNG index 2bfc6d36e..49b65cf71 100644 Binary files a/doc_images/8-created-channel.PNG and b/doc_images/8-created-channel.PNG differ diff --git a/doc_images/9-chaincode.PNG b/doc_images/9-chaincode.PNG index 4a328e5c3..8af771159 100644 Binary files a/doc_images/9-chaincode.PNG and b/doc_images/9-chaincode.PNG differ diff --git a/docs/host_marbles_locally.md b/docs/host_marbles_locally.md index 1dbd1c5e7..dbbaece43 100644 --- a/docs/host_marbles_locally.md +++ b/docs/host_marbles_locally.md @@ -21,10 +21,11 @@ Lets do the very last setup for marbles. 1. Next the settuping up panel should pop up. Ideally it will walk itself through the 3 stages of initial setup. 1. Enroll Admin - this step is communicating with your network's CA to verify the admin user credentails (enrollID/enrollSecret) - - if it fails double check the enrollID and enrollSecret fields in your `blockchain_creds1.json` file + - If it fails double check the enrollID and enrollSecret fields in your `blockchain_creds1.json` file 1. Finding Chaincode - this step is looking for the marbles chaincode on your peer. It is using the chaincode ID found in your `blockchain_creds1.json` file. If this is a brand new network it will not exist yet. - - if the chaincode was instantiated but it was unable to find it try the "Retry" button. + - If the chaincode was instantiated but it was unable to find it try the "Retry" button. 1. Register Marble Owners - this step will create the marble owners you specificed in the `blockchain_creds1.json` file + - This can take awhile 1-2minutes. Check your console logs for progress. ![](/doc_images/localhost3.png)