The project is a blockchain browser based on fabric. The back-end uses gin as the web framework and uses fabric SDK go for development. The front end is built with Vue framework.
By default, you have set up the fabric network, and you need to set up at least one peer node along with one organization.
If you've already done this, then start blockchain-explorer-gin
cd server
go mod tidy
go run main.go
cd client
npm install
npm run serve
Dashboard
Network
Block
Transaction
Chaincode