Hyperledger
Number of APIs: 20
The Hyperledger fabric is an implementation of blockchain technology, that has been collaboratively developed under the Linux Foundation’s Hyperledger Project. It leverages familiar and proven technologies, and offers a modular architecture that allows pluggable implementations of various functions including membership services, consensus, and smart contracts (chaincode) execution. It features powerful container technology to host any mainstream language for smart contracts development.
Contact Support: Name: No Contact Email: email@example.com
-
channels - Query to fetch channels GET {{baseUrl}}/channels
-
channels - Query to Get Channels Inforamtion GET {{baseUrl}}/channels/info
-
block - Query to Fetch Block Transactions GET {{baseUrl}}/block/transactions/:channelName/:number
-
Query to get BlockCount on a channel GET {{baseUrl}}/status/:channelName
-
get Current channel GET {{baseUrl}}/curChannel
-
Query to fetch all Installed/instantiated chaincodes GET {{baseUrl}}/chaincode/:channelName
-
Create New channel on target peers POST {{baseUrl}}/channel
-
join channel POST {{baseUrl}}/joinChannel
-
Query to Get Transaction by Txid GET {{baseUrl}}/transaction/:channelName/:txid
-
Query to Get Trasaction List GET {{baseUrl}}/txList/:channelName/:number/:txid