Metadata-Version: 2.1
Name: genochain
Version: 0.0.6
Summary: Storing and versioning genomics data on a blockchain
Author: GenoChain(Sanjana Sharma)
Author-email: <sharmasanjana1947@gmail.com>
Keywords: python,blockchain,genomics,fasta,block,biology
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows

The provided code is a Python implementation of a simple blockchain. It allows for the creation of a genesis block with a given FASTA sequence, addition of new blocks with a given FASTA sequence and associated ID, and versioning of FASTA sequences. The blockchain can also be checked and printed. This code is licensed under the MIT License.
