An open API service indexing awesome lists of open source software.

https://github.com/dirvine/data_chain

Data blocks can be chained to provide verifiable assuredness that they contain network valid data and not injected.
https://github.com/dirvine/data_chain

Last synced: 8 months ago
JSON representation

Data blocks can be chained to provide verifiable assuredness that they contain network valid data and not injected.

Awesome Lists containing this project

README

          

# data_chain
[![Stories in Ready](https://badge.waffle.io/dirvine/data_chain.png?label=ready&title=Ready)](https://waffle.io/dirvine/data_chain)
[![](http://meritbadge.herokuapp.com/data_chain)](https://crates.io/crates/data_chain)
[![Build Status](https://travis-ci.org/dirvine/data_chain.svg?branch=master)](https://travis-ci.org/dirvine/data_chain)
[![Build status](https://ci.appveyor.com/api/projects/status/h0674wyk1sdovi2j?svg=true)](https://ci.appveyor.com/project/dirvine/data-chain)
[![Coverage Status](https://coveralls.io/repos/github/dirvine/data_chain/badge.svg?branch=master)](https://coveralls.io/github/dirvine/data_chain?branch=master)

Data blocks that are chained to provide cryptographically verifiable assuredness that they contain
network valid data that a secured network has previously accepted.

![Chain](https://github.com/dirvine/data_chain/blob/master/docs/chain.jpg)

* [API Documentation](https://dirvine.github.io/data_chain/master/data_chain/)
* [Data Chain RFC](https://github.com/dirvine/data_chain/raw/master/docs/0029-data-chains.md)