Skip to content

[Feature Request] Adding CKBFS contract scripts #2087

@code-monad

Description

@code-monad

Hello. CKBFS has been released for a while and widely used in Nervape's production line, it's a decentrialized filesystem protocol define natively for Nervos CKB.
The design and proposal can be checked in here: https://talk.nervos.org/t/ckbfs-protocol-a-standard-for-witnesses-based-content-storage-system/

There are currently two active version of this protocol:
v2 is a stable version that also used by other teams like NFTNation; it stores the file chunks postion directly in cell data;
v3 is the edge version, only metadata will be stored in cell data, and all other information will goes into witnesses

This issue is a feature request that ONLY wants to flag ckbfs v2 and v3 cells on explorer;
(But would be great if the user can access to the file directly)
we have an aggregator server implemented at: https://github.com/nervape/ckbfs-server
example resource showcase:


Belows are some detail information about the contract repo, deployment, and related stuffs:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions