This repository is source code for FabAsset Chaincode. For more information, read FabAsset: Unique Digital Asset Management System for Hyperledger Fabric, which is presented in BlockApp 2020 co-located with ICDCS 2020.
Gradle:
dependencies {
implementation 'com.github.fabasset:chaincode:1.0.0'
}
Maven:
<dependency>
<groupId>com.github.fabasset</groupId>
<artifactId>chaincode</artifactId>
<version>1.0.0</version>
</dependency>