项目作者: likecoin

项目描述 :
PoC on combining LikeCoin chain and IPLD to serve as ISCN
高级语言: Go
项目地址: git://github.com/likecoin/iscn-poc.git
创建时间: 2020-01-30T03:30:07Z
项目社区:https://github.com/likecoin/iscn-poc

开源协议:GNU General Public License v3.0

下载


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.