Veriteos sentinel events registry


Keywords
veriteos, client, events, register, client-library, python, sdk-python
License
MIT
Install
pip install veriteos==0.1.6

Documentation

Veriteos Python Library

Official Python client library for Veriteos API.

Documentation

Please see Veriteos API documentation.

Installation

Install the veriteos Python package using pip:

$ pip install --upgrade veriteos

Requirements

  • Python 3.5+

Usage

import veriteos

# Instantiate client
client = veriteos.Client(
    api_key='VERITEOS_API_KEY',
    transaction_family='TRANSACTION_FAMILY',
    transaction_family_version='1.0'
)

# Submit a transaction
client.submit(
    address='my instance',
    transactions=['hello veriteos']
)

# Read state from address
client.read_address(address='my instance')

Troubleshooting

If you notice any problems, please drop us an email at support@veriteos.com.