Keyhole Fabric API Gateway Accepted Into Hyperledger Labs

Shaylee Webb API Gateway, Uncategorized Leave a Comment

The Keyhole Labs team is proud to announce that our Hyperledger Fabric API Gateway has been accepted into Hyperledger Labs.

Hyperledger® Labs is a community-based innovation space gathering people who share a common interest in developing blockchain-related software. Entrance into Hyperledger Labs allows Keyhole Fabric API Gateway to be further tested, innovated, and used by the wider Hyperledger community.

Visit the Keyhole Fabric API Gateway website to learn more about the tool. To view and explore the code, see the Keyhole Fabric API Gateway project located on Hyperledger Labs Github.

About Keyhole Fabric API Gateway

The Keyhole Fabric API Gateway is an open-source tool that uses an API gateway implementation to provide access to Hyperledger Fabric (HLF) blockchain networks and its data. The gateway provides RESTful HTTP-based endpoints that access HLF network peers using the FABRIC-NODE-SDK. It is implemented with Node.js and uses the Express framework. Two types of API authentication validation schemes can be applied: token-based or session-based. Example implementations are provided for both.

Learn more about Keyhole Fabric API Gateway by visiting its product site here.

Why Use Keyhole Fabric API Gateway?

  • Useful for executing Chaincode and Smart Contracts.
  • Useful for querying the blockchain by client applications.
  • Authentication logic and validation can be performed here.
  • Implements a web socket to listen for new blocks being added to the blockchain.

Leave a Reply