mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
* Java ERC721 token standard chaincode implementation Signed-off-by: renjithpta <renjithkn@gmail.com> Signed-off-by: renjithpta <renjithkn@gmail.com> * Java erc20 nft token standard chaincode implementation. Signed-off-by: renjithpta <renjithkn@gmail.com> Signed-off-by: renjithpta <renjithkn@gmail.com>
5 lines
75 B
Groovy
Executable file
5 lines
75 B
Groovy
Executable file
/*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
rootProject.name = 'erc721'
|