https://github.com/pactcare/starlog
Starlog: Metadata Blockchain based on Substrate
https://github.com/pactcare/starlog
blockchain ipfs ipfs-blockchain substrate
Last synced: 20 days ago
JSON representation
Starlog: Metadata Blockchain based on Substrate
- Host: GitHub
- URL: https://github.com/pactcare/starlog
- Owner: PACTCare
- License: mit
- Created: 2019-02-21T19:37:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T18:22:25.000Z (almost 6 years ago)
- Last Synced: 2025-04-12T02:34:40.209Z (20 days ago)
- Topics: blockchain, ipfs, ipfs-blockchain, substrate
- Language: Rust
- Homepage:
- Size: 369 KB
- Stars: 33
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/RichardLitt/standard-readme)
> 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](#background)
- [Install](#install)
- [Usage](#usage)
- [Maintainer](#maintainer)
- [Contributing](#contributing)
- [License](#license)## Background
The project was initiated to improve [Dweb.page](https://github.com/PACTCare/Dweb.page/tree/starlog). That's why [Dweb.page](https://github.com/PACTCare/Dweb.page/tree/starlog) is used as a potential first user-interface/testing environment for Starlog (see images below).
![]()
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 contentRather 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).
![]()
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](https://www.parity.io/substrate/) before, check out the official [Substrate documentation](https://substrate.readme.io/docs/getting-started). If you are a windows user, I also suggest taking a look at the [Substrate GitHub](https://github.com/paritytech/substrate).
## 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](https://polkadot.js.org/apps/).
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](https://github.com/PACTCare/Starlog/blob/master/Metadata.json) to register the custom struct.
## Maintainer
[David Hawig](https://github.com/Noc2)
## Contributing
If you want to help either join our **[discord server](https://discord.gg/VMj7PFN)** 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](https://github.com/RichardLitt/standard-readme).
## License
[MIT License](https://github.com/PACTCare/Starlog/blob/master/LICENSE) © PACT Care B.V.