You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
irita tx nft issue thoughtworks --schema='{"title":"Asset Metadata","type":"object","properties":{"name":{"type":"string","description":"Identifies the asset to which this NFT represents"},"description":{"type":"string","description":"Describes the asset to which this NFT represents"},"image":{"type":"string","description":"A URI pointing to a resource with mime type image/* representing the asset to which this NFT represents. Consider making any images at a width between 320 and 1080 pixels and aspect ratio between 1.91:1 and 4:5 inclusive."},"meta":{"type":"string","description":"A URI pointing to other attributes related to the asset to which this NFT represents"}}}' --from v1 --chain-id=irita-test --home node0/iritacli --keyring-backend test --node tcp://192.168.10.2:26657 --mint-restricted --update-restricted
Mint nft
irita tx nft mint thoughtworks a4c74c4203af41619d00bb3e2f462c10 --uri http://192.168.10.7/thoughtworks.json --data '{"name":"thoughtworks","description":"thoughtworks logo","image":"https://www.thoughtworks.com/etc.clientlibs/thoughtworks/clientlibs/clientlib-site/resources/images/thoughtworks-logo.svg"}' --from=v1 --chain-id=irita-test --home=node0/iritacli --node tcp://192.168.10.2:26657 --keyring-backend test