/blockchain-explorer-gin

a blockchain explorer project based on fabric, building backend with gin and fontend with Vue

Primary LanguageGo

Blockchain-Explorer-Gin

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.

Start

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

start the back end

cd server

go mod tidy
go run main.go

img.png

start the font end

cd client

npm install
npm run serve

Page display

Dashboard

img.png img.png

Network

img.png

Block

img.png

Transaction

img.png

Chaincode

img.png