# fabric-explorer **Repository Path**: godzilla-s/fabric-explorer ## Basic Information - **Project Name**: fabric-explorer - **Description**: fabric网络浏览器,提供访问区块链的API - **Primary Language**: Go - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2020-04-30 - **Last Updated**: 2021-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Fabric Explorer Fabric区块链浏览器,访问Fabric RESP API ### Main REST API |Method|URI| |-|-| |GET|/v1/channel/list| |GET|/v1/channel/list/:channelid/blocks/:count| |GET|/v1/channel/list/:channelid/chaincodes| |GET|/v1/channel/fetch/:channelid/blockchain| |GET|/v1/channel/fetch/:channelid/block/:number| |POST|/v1/channel/:channelid/chaincode/invoke/:name| |POST|/v1/channel/:channelid/chaincode/query/:name| |POST|/v1/user/register| |POST|/v1/user/login|