Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 1.01 KB

README.md

File metadata and controls

9 lines (5 loc) · 1.01 KB

iscn-poc

PoC on combining LikeCoin chain and IPLD to serve as ISCN.

Proof of concept

International Standard Content Number (ISCN) is a universal content registry. Before we try to implement the ISCN, we want to serve it on the LikeCoin chain which is based on Cosmos SDK and at the same time, we also want to serve it on InterPlanetary File System (IPFS) as an InterPlanetary Linked Data (IPLD) so that everyone can access it easily.

The concept is that we embed the IPFS as a library into LikeCoin chain, implement an IPLD plugin to handle the ISCN data in Concise Binary Object Representation (CBOR) format and implement a datastore plugin to store the ISCN data in Cosmos SDK store as part of chain data.