Package org.hyperledger.fabric.contract

This is the project to support the writing of Contracts with the JVM runtime - enabling development of using Java language or other JVM based languages

The org.hyperledger.fabric.contract package implements the Fabric programming model as described in the Developing Applications chapter of the Fabric documentation.

The main interface to implement is org.hyperledger.fabric.contract#ContractInterface

See Also:
Developing Fabric Applications