https://github.com/saanvijay/hyperledger-explorer-made-easy
Hyperledger Explorer automation
https://github.com/saanvijay/hyperledger-explorer-made-easy
blockchain docker golang hyperledger-explorer hyperledger-fabric private-blockchain transactions
Last synced: about 2 months ago
JSON representation
Hyperledger Explorer automation
- Host: GitHub
- URL: https://github.com/saanvijay/hyperledger-explorer-made-easy
- Owner: saanvijay
- Created: 2020-07-21T14:20:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T04:36:00.000Z (over 5 years ago)
- Last Synced: 2025-04-09T20:47:21.843Z (about 1 year ago)
- Topics: blockchain, docker, golang, hyperledger-explorer, hyperledger-fabric, private-blockchain, transactions
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hyperledger-explorer-made-easy

Hyperledger explorer setup is now pretty easy. The explorerdb and explorer both functionality is shipped with docker images, however to bring-up the actual explorer again we have to do few additional steps like creating config files and yaml files. The
hyperledger-explorer-made-easy breaks all those file generation barriers for you. Just download all pre-requisites and modify input json file and then launch explorer, that's all.
# PreRequisites:
1. docker
2. docker-compose
3. golang
4. running hyperledger fabric network (supports latest version 2.2 as of now)
# How to test?
1. ```git clone https://github.com/saanvijay/hyperledger-explorer-made-easy.git```
2. ```cp package/* $GOPATH/src/explorerutils/*```
3. Make sure you have running Hyperledger Fabric network
4. By default all the explorer out files will be generated in "/tmp" dir, but you can set env variable to override it (export EXPLORER_OUT_CONFIG_PATH=/your/explorer/out/path)
5. ```cd test```
6. Edit input fields as per your requirements (explorerinput.json)
7. ```go run launchExplorer.go (wait for couple of mins)```
8. Open browser and type "localhost:8080" (default port)
## Written by
Vijaya Prakash
https://www.linkedin.com/in/saanvijay/