0.1.17 • Published 3 years ago

@test-ter-cli/plugin-nft v0.1.17

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@test-ter-cli/nft-plugin

NFT Core Plugin for Test CLI

License

Commands

ternoa nft NFTID

Get NFT Informations

USAGE
  $ ternoa nft [NFTID] [--alphanet | --mainnet] [-d]

FLAGS
  -d, --details  NFT Offchain MetaData
  --alphanet     Alphanet network
  --mainnet      Mainnet network

DESCRIPTION
  Get NFT Informations

ALIASES
  $ ternoa nft info

ternoa nft burn NFTID

Burn an NFT

USAGE
  $ ternoa nft burn [NFTID] [-s <value> | --authEnv | --authWallet] [--alphanet | --mainnet]

ARGUMENTS
  NFTID  NFT ID

FLAGS
  -s, --seed=<value>  Seed for the wallet
  --alphanet          Alphanet network
  --authEnv           Use TERNOA_SEED env variable to authenticate
  --authWallet        Use Ternoa wallet to authenticate
  --mainnet           Mainnet network

DESCRIPTION
  Burn an NFT

ALIASES
  $ ternoa nft burnNft

ternoa nft burnNft NFTID

Burn an NFT

USAGE
  $ ternoa nft burnNft [NFTID] [-s <value> | --authEnv | --authWallet] [--alphanet | --mainnet]

ARGUMENTS
  NFTID  NFT ID

FLAGS
  -s, --seed=<value>  Seed for the wallet
  --alphanet          Alphanet network
  --authEnv           Use TERNOA_SEED env variable to authenticate
  --authWallet        Use Ternoa wallet to authenticate
  --mainnet           Mainnet network

DESCRIPTION
  Burn an NFT

ALIASES
  $ ternoa nft burnNft

ternoa nft createNft [OFFCHAINDATA] [ROYALTY] [ISSOULBOUND] [COLLECTIONID]

Create an NFT with the provided data

USAGE
  $ ternoa nft createNft [OFFCHAINDATA] [ROYALTY] [ISSOULBOUND] [COLLECTIONID] [-s <value> | --authEnv |
    --authWallet] [--alphanet | --mainnet] [-q <value>]

FLAGS
  -q, --quantity=<value>  [default: 1] Quantity of NFT to mint
  -s, --seed=<value>      Seed for the wallet
  --alphanet              Alphanet network
  --authEnv               Use TERNOA_SEED env variable to authenticate
  --authWallet            Use Ternoa wallet to authenticate
  --mainnet               Mainnet network

DESCRIPTION
  Create an NFT with the provided data

ALIASES
  $ ternoa nft createNft

ternoa nft export

Export NFTs

USAGE
  $ ternoa nft export -o <value> [--alphanet | --mainnet] [--walletId <value>] [--collectionId <value>]

FLAGS
  -o, --output=<value>    (required) Output file
  --alphanet              Alphanet network
  --collectionId=<value>  Collection ID
  --mainnet               Mainnet network
  --walletId=<value>      Wallet ID

DESCRIPTION
  Export NFTs

ternoa nft info NFTID

Get NFT Informations

USAGE
  $ ternoa nft info [NFTID] [--alphanet | --mainnet] [-d]

FLAGS
  -d, --details  NFT Offchain MetaData
  --alphanet     Alphanet network
  --mainnet      Mainnet network

DESCRIPTION
  Get NFT Informations

ALIASES
  $ ternoa nft info

ternoa nft list

List NFTs

USAGE
  $ ternoa nft list [--alphanet | --mainnet] [--owner <value>] [--collectionId <value>] [--columns <value> |
    -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml |  | [--csv | --no-truncate]] [--no-header | ]

FLAGS
  -x, --extended          show extra columns
  --alphanet              Alphanet network
  --collectionId=<value>  Filter by Collection ID
  --columns=<value>       only show provided columns (comma-separated)
  --csv                   output is csv format [alias: --output=csv]
  --filter=<value>        filter property by partial string matching, ex: name=foo
  --mainnet               Mainnet network
  --no-header             hide table header from output
  --no-truncate           do not truncate output to fit screen
  --output=<option>       output in a more machine friendly format
                          <options: csv|json|yaml>
  --owner=<value>         Filter by Owner Public Key
  --sort=<value>          property to sort by (prepend '-' for descending)

DESCRIPTION
  List NFTs

ternoa nft mint [OFFCHAINDATA] [ROYALTY] [ISSOULBOUND] [COLLECTIONID]

Create an NFT with the provided data

USAGE
  $ ternoa nft mint [OFFCHAINDATA] [ROYALTY] [ISSOULBOUND] [COLLECTIONID] [-s <value> | --authEnv |
    --authWallet] [--alphanet | --mainnet] [-q <value>]

FLAGS
  -q, --quantity=<value>  [default: 1] Quantity of NFT to mint
  -s, --seed=<value>      Seed for the wallet
  --alphanet              Alphanet network
  --authEnv               Use TERNOA_SEED env variable to authenticate
  --authWallet            Use Ternoa wallet to authenticate
  --mainnet               Mainnet network

DESCRIPTION
  Create an NFT with the provided data

ALIASES
  $ ternoa nft createNft

ternoa nft send NFTID RECIPIENT

Transfer an NFT to another account

USAGE
  $ ternoa nft send [NFTID] [RECIPIENT] [-s <value> | --authEnv | --authWallet] [--alphanet | --mainnet]

ARGUMENTS
  NFTID      NFT ID
  RECIPIENT  Recipient address

FLAGS
  -s, --seed=<value>  Seed for the wallet
  --alphanet          Alphanet network
  --authEnv           Use TERNOA_SEED env variable to authenticate
  --authWallet        Use Ternoa wallet to authenticate
  --mainnet           Mainnet network

DESCRIPTION
  Transfer an NFT to another account

ALIASES
  $ ternoa nft transfer

ternoa nft stats

Get NFT Stats

USAGE
  $ ternoa nft stats [--alphanet | --mainnet]

FLAGS
  --alphanet  Alphanet network
  --mainnet   Mainnet network

DESCRIPTION
  Get NFT Stats

ternoa nft transfer NFTID RECIPIENT

Transfer an NFT to another account

USAGE
  $ ternoa nft transfer [NFTID] [RECIPIENT] [-s <value> | --authEnv | --authWallet] [--alphanet | --mainnet]

ARGUMENTS
  NFTID      NFT ID
  RECIPIENT  Recipient address

FLAGS
  -s, --seed=<value>  Seed for the wallet
  --alphanet          Alphanet network
  --authEnv           Use TERNOA_SEED env variable to authenticate
  --authWallet        Use Ternoa wallet to authenticate
  --mainnet           Mainnet network

DESCRIPTION
  Transfer an NFT to another account

ALIASES
  $ ternoa nft transfer
0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago