-
Notifications
You must be signed in to change notification settings - Fork 0
transferNFT CLI
Nilson Lazarin edited this page Aug 27, 2024
·
1 revision
Velluscinum-CLI | Wiki |
---|
Transfer a Non-Fungible-Token in the BigChainDB Network
velluscinum transferNFT <server> <privateKeyFile> <publicKeyFile> <assetID> <tranferFile> <destinationWallet>
Parameters | Description |
---|---|
<server> |
The URL (e.g.,"http://testchain.chon.group:9984") of a bigchainDB Server. |
<privateKeyFile> |
A ECDSA private key file of a wallet. See the buildWallet command. |
<publicKeyFile> |
A ECDSA public key file of a wallet. See the buildWallet command. |
<assetID> |
The ID of an Asset in the BigChainDB Network that wants to transfer to another wallet (e.g.,"095ee8b3a...132988bd67d"). See the deployNFT command. |
<transferFile> |
An ASSET file. See the buildTransfer command. |
<destinationWallet> |
A ECDSA public key file of a destination wallet. See the buildWallet command. |
velluscinum transferNFT "http://testchain.chon.group:9984" bob.privateKey bob.publicKey 003dd4cac65fbbc90938ca52053fc5bed29fff6ca2b70b27e9c1c50bf226f91b sale.transfer alice.publicKey
Velluscinum is licensed under a Creative Commons Attribution 4.0 International License. The licensor cannot revoke these freedoms as long as you follow the license terms:
- Attribution — You must give appropriate credit like below:
Mori Lazarin, N., Machado Coelho, I., Pantoja, C.E., Viterbo, J. (2023). Velluscinum: A Middleware for Using Digital Assets in Multi-agent Systems. In: Mathieu, P., Dignum, F., Novais, P., De la Prieta, F. (eds) Advances in Practical Applications of Agents, Multi-Agent Systems, and Cognitive Mimetics. The PAAMS Collection. PAAMS 2023. Lecture Notes in Computer Science(), vol 13955. Springer, Cham. DOI: https://doi.org/10.1007/978-3-031-37616-0_17
Cite using Bibtex
@InProceedings{velluscinum,
author="Mori Lazarin, Nilson
and Machado Coelho, Igor
and Pantoja, Carlos Eduardo
and Viterbo, Jos{\'e}",
editor="Mathieu, Philippe
and Dignum, Frank
and Novais, Paulo
and De la Prieta, Fernando",
title="{Velluscinum: A Middleware for Using Digital Assets in Multi-agent Systems}",
doi="10.1007/978-3-031-37616-0_17",
booktitle="Advances in Practical Applications of Agents, Multi-Agent Systems, and Cognitive Mimetics. The PAAMS Collection",
year="2023",
publisher="Springer Nature Switzerland",
address="Cham",
pages="200--212",
isbn="978-3-031-37616-0"
}