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 Sep 21, 2025. It is now read-only.
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.
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: