Skip to content

deployToken CLI

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

deployToken

Deploys a Token in the BigChainBD Network.

DESCRIPTION

velluscinum deployToken <server> <privateKeyFile> <publicKeyFile> <assetFile> <amount>
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.
<amount> The parts of the Token (maximum value is 9×1018).

EXAMPLE

velluscinum deployToken "http://testchain.chon.group:9984" bob.privateKey bob.publicKey bobCoin.asset 10000