Skip to content

PoC on combining LikeCoin chain and IPLD to serve as ISCN

License

Notifications You must be signed in to change notification settings

likecoin/iscn-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages