byteball / headless-obyte

Headless Obyte wallet
https://developer.obyte.org
MIT License
26 stars 42 forks source link

How to visualize wether the asset has been created or not, before sending the transaction? #77

Open abdul745 opened 2 years ago

abdul745 commented 2 years ago

Hi Everyone, I am Abdul, currently working as a Blockchain Developer in Amco IT Systems. I am working on DAG currently in which I am making my own Obyte network named ORIO. Basically, we are trying to make our own DAG Cryptocurrency. I have to generate my new asset for this purpose. The problem I am facing is that I am unable to visualize wether our asset is being generated or not? In order to issue the asset, we first need to create and then send transaction from definer address. But How to make sure that our asset has been created and is ready to send a transaction? The code of "create_asset.js" is running smoothly without any error. I am following the Documentation here: https://developer.obyte.org/issuing-assets-on-byteball Also, I am using the same code and rules as described above.