Skip to content

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

Notifications You must be signed in to change notification settings

Sun-HR02/blockchain-explorer-gin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 67.7%
  • Vue 20.8%
  • JavaScript 9.9%
  • HTML 1.6%