Skip to content

FabAsset/chaincode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Central

FabAsset Chaincode

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.

Download

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>

License

MIT License