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
{{ message }}
This repository was archived by the owner on Nov 2, 2019. It is now read-only.
Adding additional transaction types for basic asset issuance functionality.
Asset Genesis:
(assets with unique ID's should be able to be added through the wallet, these assets will be a standard transaction containing a unique asset ID in the smartbridge field, all further transactions involving this asset asset will reference this initiPraediumal transaction.
The level of verification required to transfer assets can be determined by finding the assets weight which is the first number of the asset ID. The first 4 characters of every asset ID start like UAI2 where the last character is the weight.
Develop the best way to add consortium and municpal identifiers to the asset than can be added to the UAI2_municipal_consortium_uniqueid
Asset transfer. (This is a simple transaction and only requires the sender to reference the asset they want to send and the address they want to send it to)
Asset SWAP (This is a complex multisig transaction involving two assets owned by separate parties)
Asset Probe ( This is a simple transaction, implementation requires the transaction issuer to reference) the asset and attach the status of the asset "good" "bad" or something of that nature)