All Projects → PACTCare → Starlog

PACTCare / Starlog

Licence: MIT license
Starlog: Metadata Blockchain based on Substrate

Programming Languages

rust
11053 projects
shell
77523 projects

Projects that are alternatives of or similar to Starlog

subsocial-offchain
Off-chain storage for Subsocial blockchain. This app builds user feeds and notifications by subscribing to Substrate events.
Stars: ✭ 24 (-25%)
Mutual labels:  ipfs, substrate
ehr-blockchain
Electronic Health Record (EHR) and Electronic Medical Record (EMR) systems. However, they still face some issues regarding the security of medical records, user ownership of data, data integrity etc. The solution to these issues could be the use of a novel technology, i.e., Blockchain. This technology offers to provide a secure, temper-proof pl…
Stars: ✭ 41 (+28.13%)
Mutual labels:  ipfs, ipfs-blockchain
ethereum-dapp-ipfs-node.js-mongodb
以太坊开发DApp实战教程——用区块链、星际文件系统(IPFS)、Node.js和MongoDB来构建电商平台
Stars: ✭ 46 (+43.75%)
Mutual labels:  ipfs, ipfs-blockchain
Zentanetwork
Zentanetwork is a forkless Proof of Stake consensus for communication and data storage.
Stars: ✭ 15 (-53.12%)
Mutual labels:  substrate, ipfs-blockchain
IPFS-Ethereum-Image
【IPFS + 区块链 系列】 入门篇 - IPFS + Ethereum (下篇)-ipfs + Ethereum 大图片存储
Stars: ✭ 57 (+78.13%)
Mutual labels:  ipfs, ipfs-blockchain
edgevpn
⛵ The immutable, decentralized, statically built p2p VPN without any central server and automatic discovery! Create decentralized introspectable tunnels over p2p with shared tokens
Stars: ✭ 223 (+596.88%)
Mutual labels:  ipfs, ipfs-blockchain
ipfs-eth-database
An example of usage IPFS in Ethereum Smart Contracts
Stars: ✭ 55 (+71.88%)
Mutual labels:  ipfs, ipfs-blockchain
origin-website
The code powering our website
Stars: ✭ 36 (+12.5%)
Mutual labels:  ipfs
demo-ipfs-id-qr-codes
Generates a QR Code of your IPNS URL and Public Key
Stars: ✭ 21 (-34.37%)
Mutual labels:  ipfs
kotal
Blockchain Kubernetes Operator
Stars: ✭ 137 (+328.13%)
Mutual labels:  ipfs
ipfs-dag-builder-vis
See how the DAGs get built
Stars: ✭ 19 (-40.62%)
Mutual labels:  ipfs
ipfs-chat
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
Stars: ✭ 84 (+162.5%)
Mutual labels:  ipfs
substrate-tcr-ui
A react.js frontend for Substrate TCR runtime.
Stars: ✭ 14 (-56.25%)
Mutual labels:  substrate
ipfs-blog
IPFS Blog & News
Stars: ✭ 31 (-3.12%)
Mutual labels:  ipfs
ipfs-companion
Browser extension that simplifies access to IPFS resources on the web
Stars: ✭ 1,745 (+5353.13%)
Mutual labels:  ipfs
ImmunoLynk
[Lumiata COVID-19 Winner] COVID Immunity testing results registered to the Blockchain for healthcare safety.
Stars: ✭ 17 (-46.87%)
Mutual labels:  ipfs-blockchain
likecoin-wordpress
The WordPress plugin to integrate LikeCoin - Decentralized Publishing Infrastructure.
Stars: ✭ 19 (-40.62%)
Mutual labels:  ipfs
rsync2ipfs-cluster
No description or website provided.
Stars: ✭ 16 (-50%)
Mutual labels:  ipfs
typescript-eth-starter
🔌 Ethereum Dapp Basic Typescript Starter
Stars: ✭ 125 (+290.63%)
Mutual labels:  ipfs
drive
Fission Drive 🗄
Stars: ✭ 21 (-34.37%)
Mutual labels:  ipfs

standard-readme compliant

Metadata Blockchain based on Substrate

The goal of Starlog is to research and develop an open source solo chain or potential parachain, which stores metadata for the next generation of the world wide web as non-fungible tokens as well as availability data. The metadata will be signed by the uploaders and includes a unique file hash, a price, a timestamp, a license code, a metadata hash (off-chain information about the uploaded file itself) as well as the location of the initial upload or pinning gateway.


Table of Contents

Background

The project was initiated to improve Dweb.page. That's why Dweb.page is used as a potential first user-interface/testing environment for Starlog (see images below).

Dweb.page + Starlog upload Dweb.page + Starlog search

IPFS is used as a distributed storage layer. Support for other similar systems might be implemented in the future. Starlog provides the following key benefits for IPFS uploads:

  • Searchability via human-readable names
  • Copyright system for IPFS uploads
  • Marketplace for uploaded content
  • Electronic identity based on personal IPFS uploads
  • Faster initial loading of non-distributed IPFS content

Rather than trying to find one single truth directly on the blockchain (e.g., token-curated registry), the idea is to develop a subscription-based system (see image below).

subscription-based system

This means Publishers store immutable metadata and unavailability data on the chain. Consumers can decide which publishers (signatures) they trust and follow. In practice, this will be automatically archived by rules hard-coded into the interface (e.g., dweb.page). The benefit of the system is the immediate availability of information without the requirement of an additional voting system nor a filtering system, which takes individual preferences into account.

Install

If you haven’t installed Substrate before, check out the official Substrate documentation. If you are a windows user, I also suggest taking a look at the Substrate GitHub.

Usage

Clone this repository and run the following commands:

./build.sh
cargo build --release
./target/release/starlog purge-chain --dev
./target/release/starlog --dev

You can interact with your local chain using the Polkadot-JS Apps UI. Therefore, you need to adjust the Settings:

Remote node/endpoint to connect to > Local Node (127.0.0.1:9944)
Default Interface Theme > Substrate

Under the developer tab upload and save the Metadata.json to register the custom struct.

Maintainer

David Hawig

Contributing

If you want to help either join our discord server or you can open issues for bugs you've found or features you think are missing. You can also submit pull requests to this repository.

If editing the README, please conform to the standard-readme specification.

License

MIT License © PACT Care B.V.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].