-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RGB++ Transaction List #597
Comments
Estimated Time for Joint debugging
|
Is it OK to start on Apr 08 |
I think will be OK. |
It's fine if this feature can be delivered on time. |
nervosnetwork/ckb-explorer#1754 bitcoin statistics
{
"data": [
...
{
"id": 786,
"timestamp": 1712449800, # UTC timestamp
"transactions_count": 0,
"addresses_count": 0
},
{
"id": 787,
"timestamp": 1712451600,
"transactions_count": 0,
"addresses_count": 0
},
{
"id": 788,
"timestamp": 1712453400,
"transactions_count": 0,
"addresses_count": 0
},
{
"id": 789,
"timestamp": 1712455200,
"transactions_count": 0,
"addresses_count": 0
},
{
"id": 790,
"timestamp": 1712457000,
"transactions_count": 2,
"addresses_count": 1
},
...
]
} rgb transaction
{
"data": {
"ckb_transactions": [
{
"id": 59092903,
"tx_hash": "0xb4aeecc36b622f0d1945d6b9cc34833759349526038f0dadca1250d383fdda5a",
"block_id": 12789172,
"block_number": 12750536,
"block_timestamp": 1711707115623,
"leap_direction": "in",
"rgb_cell_changes": -2,
"rgb_txid": "0f54c6ed3b644515bae3f50825d1d5168f5e3a842988c972c3c5ed635aeaf486"
}...
]
},
"meta": {
"total": 33,
"page_size": 25
}
}
|
There are three directions for leap, in, out and no leap. As result, three types of value should be given for leap direction. |
|
Magickbase/ckb-explorer-frontend#285 (comment) Translation needed here. @Sven-TBD |
|
https://pudge.explorer.nervos.org/rgbpp/transaction/list The text and filtering styles mentioned here need to be confirmed by @Sven-TBD . |
cc @Daryl-L |
Users could check the RGB++ transaction list on CKB explorer.
He/she can view the chart of New address and Transaction of RGB++ on it everyday
PRD: https://vs0cjf.axshare.com/?id=bn9z8h&p=transaction_list&g=1
https://vs0cjf.axshare.com/?id=q5x402&p=%E6%B5%8F%E8%A7%88%E5%99%A8%E5%A2%9E%E5%8A%A0_rgb____tab_%E6%94%AF%E6%8C%81&g=1
UI design @Kirl70
Backend @rabbitz
Front-end @Daryl-L
The text was updated successfully, but these errors were encountered: