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