Metadata-Version: 2.0
Name: raida
Version: 0.0.0.1
Summary: Refrence implementation for Raiblocks Data Protocol
Home-page: https://github.com/jnmclarty/raida
Author: Jeffrey McLarty
Author-email: jeffrey.mclarty@gmail.com
License: UNKNOWN
Keywords: raiblocks blockchain
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: raiblocks
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

# raida
A hobby project focused on encoding data in the Raiblock Block lattice

# Requirements to Write Data to the Raiblocks Block Lattice

I'm working on a spec and corresponding python library for this, but do not want to release any part of it until the Raiblock client matures a bit.  I don't want tons of users wrecklessly adding uncompressed data to the network.  It's bad enough we'll probably have many blocks of spam even without a library to make it easy. Check back to this repo later.

# Requirements to Read Data from the Raiblocks Block Lattice

Below is a POC.  I'd like to work with others on a globally logical compression scheme and conventions/metadata to speed up reading and indexing.

* python 3
* a fully synchronized Raiblocks Node running on port 7076
```
pip install raiblocks
git clone https://github.com/jnmclarty/raida.git
python example_read.py
```


