Skip to content

transferNFT CLI

Nilson Lazarin edited this page Aug 27, 2024 · 1 revision
Velluscinum-CLI Wiki

transferNFT

Transfer a Non-Fungible-Token in the BigChainDB Network

DESCRIPTION

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.

EXAMPLE

velluscinum transferNFT "http://testchain.chon.group:9984" bob.privateKey bob.publicKey 003dd4cac65fbbc90938ca52053fc5bed29fff6ca2b70b27e9c1c50bf226f91b sale.transfer alice.publicKey