基于区块链和Hyperledger Fabric的医疗信息管理系统
fabric-mims/network
目录执行 ./start.sh
,启动区块链网络.fabric-mims/application/server
目录执行 go run main.go
,启动系统后端.fabric-mims/application/web
目录执行 yarn run dev
,启动系统前端.fabric-mims/network/explorer
目录执行 ./start.sh
,启动区块链浏览器.A medical information management system based on blockchain and Hyperledger Fabric.
This system is based on: https://github.com/togettoyou/fabric-realty
./start.sh
in the fabric-mims/network
directory to start blockchain network.go run main.go
in the fabric-mims/application/server
directory to start backend.yarn run dev
in the fabric-mims/application/web
directory to start frontend../start.sh
in the fabric-mims/network/explorer
directory to start blockchain explorer.