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
decentralized RGB++ CKB transaction queue
To store the queue data in a decentralized manner, a few potential solutions include:
The queue data could be pinned to IPFS (InterPlanetary File System)
The queue could utilize a WebSocket PubSub (Publish-Subscribe) system between assets-api nodes to enable real-time communication between the queue and its subscribers.
The text was updated successfully, but these errors were encountered:
Raising a related issue: Should the Bitcoin naming pattern be inherited in the v2 API?
For example, how should txid be named? Personally, I think it should be txId with a capitalized letter "I", but there are more similar namings in the Bitcoin world, e.g. scriptpubkey_asm, could be a hard work for the enrire toolchain to upgrade it.
Todo
related discussion: feat: add type_hash to rgbpp assets routes #184 (comment)
To store the queue data in a decentralized manner, a few potential solutions include:
The text was updated successfully, but these errors were encountered: