Metadata-Version: 2.1
Name: vippool-storage
Version: 1.1.6
Summary: A simple interface for the block chain
Home-page: https://github.com/vippool/storage
Author: VIPPOOL Inc.
Author-email: dev-team@vippool.net
License: UNKNOWN
Keywords: blockchain
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
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.5
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: future
Requires-Dist: six

# vippool-storage

This project provides a library to access the vippool-clerk service, which was run by VIPPOOL Corp.,
and let you use Python to easily write to and read from the MonaCoin blockchain.

The vippool-clerk service is not in operation at this time.
You will need to set up your own server.

## Features

1. Consult the current balance of a coin-address for your private key.
2. Send coins to some other coin-address, from a coin-address for your private key.
3. Write arbitrary data to the blockchain. (requires a separate transaction fee)
4. Read arbitrary data from the blockchain.

## Installing

You can use pip to install the python package:
> $ pip install vippool_storage

## Usage

Please see the file [sample.py](sample.py) as an example.

## Contact

For asking for information, request features, or submit bug reports; please use the Github "issues" page.  
https://github.com/vippool/storage/issues

You can also send an email to our developers:  
dev-team@vippool.net

## License

(C) 2019-2022 VIPPOOL Inc.

This project is published under the MIT license.


