Open Keith-CY opened 2 years ago
checkbox | outpoint | lock script tag(click for dialog) | type script tag(click for dialog) | capacity(convert formats) | data(convert formats)
新接口我打算在新的路径下进行开发 /api/v2
新接口我打算在新的路径下进行开发
/api/v2
好的, v2 的接口我们考虑对外部支持, 可以针对 DApp 设计一下, 不用考虑浏览器的需求
新接口我打算在新的路径下进行开发
/api/v2
好的, v2 的接口我们考虑对外部支持, 可以针对 DApp 设计一下, 不用考虑浏览器的需求
你对这个数据结构有什么想法,就是 Cell 需要哪些字段
新接口我打算在新的路径下进行开发
/api/v2
好的, v2 的接口我们考虑对外部支持, 可以针对 DApp 设计一下, 不用考虑浏览器的需求
你对这个数据结构有什么想法,就是 Cell 需要哪些字段
我觉得需要的数据是第一条信息里的 cell 数据结构, 考虑显示友好性的话还希望加上是否是已知的 script, 不过已知 script 可以单独做一个接口
This is a desirable feature we'll support later, please have a look and any suggestion could be added in this issue @Danie0918
@Keith-CY I made a prototype on this requirement, PRD here, however I did not completely follow the original requirement description.
And I'd like to post a question here. Is there a UID(Unique identification) of a specific live cell? Like the hash of it. If so, I can title/name these different live cells.
@Keith-CY I made a prototype on this requirement, PRD here, however I did not completely follow the original requirement description.
And I'd like to post a question here. Is there a UID(Unique identification) of a specific live cell? Like the hash of it. If so, I can title/name these different live cells.
Sure, each cell has its own unique index, it's called outPoint
(https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0019-data-structures/0019-data-structures.md#outpoint) and consists of two fields
When a cell is referenced, its outpoint will be mentioned, e.g. inputs
of a transaction
Sort by block number
is held on due to API missing
Feedback to the grid view
Out Point
), clicking it leads to the transaction page;Block #
and DATE
can be included in the expanded info;cc @Sven-TBD
Feedback to the grid view
- UID is a new concept(unique index of a cell, based on hash or other) but it works as Output(which should be named
Out Point
), clicking it leads to the transaction page;- Block info could be expanded by hovering on
Block #
andDATE
can be included in the expanded info;cc @Sven-TBD
The list view of Live Cell Tab have been updated. Only labels have been changed, there's no UI change here. cc @Kirl70
Please be attention, this list view is only for Live cells tab. For other tabs, the labels should be adjusted as well. @devchenyan cc @Keith-CY
Feedback to the grid view
- UID is a new concept(unique index of a cell, based on hash or other) but it works as Output(which should be named
Out Point
), clicking it leads to the transaction page;- Block info could be expanded by hovering on
Block #
andDATE
can be included in the expanded info;cc @Sven-TBD
The list view of Live Cell Tab have been updated. Only labels have been changed, there's no UI change here. cc @Kirl70
Please be attention, this list view is only for Live cells tab. For other tabs, the labels should be adjusted as well. @devchenyan cc @Keith-CY
Now NFT has been divided into 2 types
DOB
, e.g. https://explorer.nervos.org/nft-collections?type=sporeNFT
.
- NFT:
@zmcNotafraid @rabbitz Hi mc, nan, We may need to add a Type label and a Block height label for the live cells api.
Also serial numbers should also be added to the list view. @devchenyan
@devchenyan can you provide a ETA for the list view of live cells tab?
@devchenyan can you provide a ETA for the list view of live cells tab?
5.10
- NFT:
@zmcNotafraid @rabbitz Hi mc, nan, We may need to add a Type label and a Block height label for the live cells api.
Also serial numbers should also be added to the list view. @devchenyan
Current API was supported.For block_height in api is block_number, for type in api is extra_info's type
Cell info