Skip to content

Commit

Permalink
updated readme document (#133)
Browse files Browse the repository at this point in the history
Signed-off-by: jeeva <[email protected]>
  • Loading branch information
JeevaSang authored Jul 1, 2020
1 parent 79f606c commit 9361c65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: Apache-2.0

# Blockchain Explorer Committers
* @adamk1230 @edwardsm26 @jeevasang @nekia @nfrunza @umadiraju @vchinoy-da @xspeedcruiser
* @jeevasang @nekia @nfrunza @umamani113 @vchinoy-da @xspeedcruiser
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Hyperledger Explorer is a simple, powerful, easy-to-use, well maintained, open s

| Hyperledger Explorer Version | Fabric Version Supported | NodeJS Version Supported |
| -- | -- | -- |
| <b>[v1.1.0](release_notes/v1.1.0.md)</b> (Jul 01, 2020) | [v1.4.0 to v2.1.1](https://hyperledger-fabric.readthedocs.io/en/release-2.1) | [12.16.x](https://nodejs.org/en/download/releases) |
| <b>[v1.0.0](release_notes/v1.0.0.md)</b> (Apr 09, 2020) | [v1.4.0 to v1.4.8](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [10.19.x](https://nodejs.org/en/download/releases) |
| <b>[v1.0.0-rc3](release_notes/v1.0.0-rc3.md)</b> (Apr 01, 2020) | [v1.4.0 to v1.4.6](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [10.19.x](https://nodejs.org/en/download/releases) |
| <b>[v1.0.0-rc2](release_notes/v1.0.0-rc2.md)</b> (Dec 10, 2019) | [v1.4.0 to v1.4.4](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |
Expand Down Expand Up @@ -294,15 +295,15 @@ You can also configure multiple profiles in `config.json` for monitoring multipl

<a name="Hyperledger-Composer-Setup" />

# 8.0 Hyperledger Composer Setup <!-- do not remove this comment, ensure there is a blank line before each heading -->
# 8.0 Optional: Hyperledger Composer Setup <!-- do not remove this comment, ensure there is a blank line before each heading -->

Setup your own network using Composer [Build your network](https://hyperledger.github.io/composer/latest/installing/development-tools) from Hyperledger Composer. Once you setup the network, please modify the values in `/blockchain-explorer/app/platform/fabric/config.json` accordingly.



<a name="Configure-Hyperledger-Explorer-for-Composer" />

## 8.1 Configure Hyperledger Explorer for Composer <!-- do not remove this comment, ensure there is a blank line before each heading -->
## 8.1 Optional: Configure Hyperledger Explorer for Composer <!-- do not remove this comment, ensure there is a blank line before each heading -->

On another terminal.

Expand Down

0 comments on commit 9361c65

Please sign in to comment.