Skip to content

Commit ee98fdc

Browse files
committed
added support for "nameless" assets
- Added support to mint and burn Assets without Token-Names - Added support to send Assets without Token-Names - Added support to do transactions with nameless Tokens on the payment address We don't like those nameless Assets/Tokens, but we have to deal with it.
1 parent 31411ab commit ee98fdc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cardano/testnet/11a_mintAsset.sh

-2
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ echo
157157

158158
echo
159159

160-
echo "**${assetsOutString}**"
161-
162160
#Read ProtocolParameters
163161
if ${onlineMode}; then
164162
protocolParametersJSON=$(${cardanocli} ${subCommand} query protocol-parameters --cardano-mode ${magicparam} ${nodeEraParam}); #onlinemode

0 commit comments

Comments
 (0)