All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.fabric.client.package-info Maven / Gradle / Ivy

/*
 * Copyright 2019 IBM All Rights Reserved.
 *
 * SPDX-License-Identifier: Apache-2.0
 */

/**
 * 

This package provides the set of interfaces that enable a Java application to * interact with a Fabric blockchain network. It provides a simple API to * submit transactions to a ledger or query the contents of a ledger with minimal code. * The Gateway SDK implements the Fabric programming model as described in the * Running a Fabric Application * tutorial of the Fabric documentation.

* *

The entry point into this package is {@link org.hyperledger.fabric.client.Gateway Gateway}.

* * @see Running a Fabric Application */ package org.hyperledger.fabric.client;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy