In this quick tutorial, we will cover Understanding the Retrieve Asset Info Node. This node can be used to retrieve detailed information about an issued asset.
In this video we will cover:
Prerequisite
You are all set to move on to the other videos in this tutorial series.
After watching Understanding the Retrieve Asset Info Node, feel free to watch the next video, Working with the Retrieve Asset Info Node in Run-Time Mode, to further expand your knowledge.
Subscribe to our channel for more Bitcoin Blockchain building videos! https://www.youtube.com/c/BlockchainofThings
Links from this video for easy access:
To sign up for your free account, head to our website www.blockchainofthings.com.
Join our community forum for the quickest response time to all your questions and concerns. This forum is our customer support. https://forum.blockchainofthings.com/
[Music]
Hi, this is Clara for Blockchain of Things.
In this tutorial, you will learn about the Retrieve Asset Info Node and how it’s used in Catenis Flow.
The Retrieve Asset Info Node can be used to retrieve detailed information about an issued asset.
It takes the asset ID as an input and returns six pieces of information about the asset including the asset’s name,
description, whether it can be reissued,
the maximum number of decimal places
it can be divided into, the device ID of the issuer, and the total balance. In addition to the name field which allows you to enter a descriptive name for each node and the connection field where you can set your previously configured Catenis Virtual Device connection
the Retrieve Asset Info Node contains the asset ID field in which you can enter the ID of an asset you have previously created in order to retrieve its information. Now, let’s take a look at the example flow found at this link:
Copy the example flow, click the Node-RED hamburger menu, and click import.
Paste the flow into the import box and click the import button.
This flow is a working example implementing the Retrieve Asset Info Node.
Note that after importing the example flow you will need to
set the Catenis Flow Nodes to your own previously configured Virtual Device.
You will also need to alter the JSON object to match the asset ID of the asset that you previously generated.
If you need to generate an asset to get your own asset ID,
go back to the video at this link:
You can pause this tutorial now to explore this flow on your own.
Great!
Now, you should understand the Retrieve Asset Info Node.
In our next tutorial, you’ll learn how to create this flow from scratch.
[Music]