Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likecoin/iscn-poc
PoC on combining LikeCoin chain and IPLD to serve as ISCN
https://github.com/likecoin/iscn-poc
cosmos-sdk ipld iscn likecoin likecoin-chain
Last synced: 2 days ago
JSON representation
PoC on combining LikeCoin chain and IPLD to serve as ISCN
- Host: GitHub
- URL: https://github.com/likecoin/iscn-poc
- Owner: likecoin
- License: gpl-3.0
- Created: 2020-01-30T03:30:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T13:00:37.000Z (over 4 years ago)
- Last Synced: 2024-05-01T11:22:36.907Z (6 months ago)
- Topics: cosmos-sdk, ipld, iscn, likecoin, likecoin-chain
- Language: Go
- Size: 175 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iscn-poc
PoC on combining LikeCoin chain and IPLD to serve as ISCN.
## Proof of concept
[International Standard Content Number (ISCN)](https://github.com/likecoin/iscn-specs) 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](https://cosmos.network/sdk) and at the same time, we also want to serve it on [InterPlanetary File System (IPFS)](https://ipfs.io/) as an [InterPlanetary Linked Data (IPLD)](https://ipld.io/) 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](https://github.com/ipfs/go-ipfs/blob/master/plugin/ipld.go) to handle the ISCN data in [Concise Binary Object Representation (CBOR)](https://en.wikipedia.org/wiki/CBORhttps://en.wikipedia.org/wiki/CBOR) format and implement a [datastore plugin](https://github.com/ipfs/go-ipfs/blob/master/plugin/datastore.go) to store the ISCN data in Cosmos SDK store as part of chain data.