Create NFT | ./rubixgoplatform create-nft | Command to create NFT | -did string : Creator of the NFT (default “")
-metadata string : Path of JSON file which contains information about the NFT (default “")
-artifact string : Path of file which is meant to be an NFT (default “") |
Deploy NFT | ./rubixgoplatform deploy-nft | Command to deploy NFT | -nft string : NFT Id (default “")
-did string : Deployer DID (default “")
-transType int : Quorum type (default 2) |
Execute NFT | ./rubixgoplatform execute-nft | Command to execute NFT. Execution can either indicate transfer of ownership or self-execution | -nft string : NFT Id (default “")
-owner string : DID that owns the NFT (default “")
-receiver string : DID that receives the ownership of NFT (default “")
-transType int : Quorum Type (default 2)
-comment string : Transaction Comment (default “")
-rbtAmount float : Sale value of NFT (default 0.0)
-nftData string : value associated with self-execution operation (default “")
|
Subscribe NFT | ./rubixgoplatform subscribe-nft | Command to subscribe to NFT token chain updates | -nft string : NFT Id (Default: “") |
NFT Token Chain dump | ./rubixgoplatform dump-nft-tokenchain | Command to export NFT token chain information in nft.json | -nft string : NFT Id (Default “") |