Skip to content

deployNFT CLI

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

deployNFT

Deploys a Non-Fungible-Token in the BigChainBD Network.

DESCRIPTION

velluscinum deployNFT <server> <privateKeyFile> <publicKeyFile> <assetFile>
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.
<assetFile> An ASSET file. See the buildAsset command.

EXAMPLE

velluscinum deployNFT "http://testchain.chon.group:9984" bob.privateKey bob.publicKey pieceOfArt.asset