Hi,
I'm new to multichain, so I wanted to ask how i can make the following scenario work with it:
I'd like to issue a known quantity of a particular asset (e.g. 100 of asset1). My understanding is that all the nodes in the system will be aware that 100 of asset1 exist in the system
When a node comes up, I'd like to make a broadcast request for 1 unit of asset1. I'd like a node to reply and send that 1 unit over. When a node is about to go down, i'd like to send that 1 unit of asset1 back into the system.
Maybe assets aren't the right thing to use, and maybe data streams are. But some thoughts and guidance would greatly be appreciated.
Thank you