Skip to main content

Telliot is a Python framework for interacting with the decentralized TellorX network.

Project description

Background

Command line tool and SDK for interacting with the Tellor Protocol.

The package telliot-core version 0.3.0 forked from:
https://github.com/tellor-io/telliot-core

Initial Setup

Prerequisites

The following tools are expected to be installed on your system to run this project:

  • Python 3.9.x
  • Pip 23.3.x
  • Git

Setup

python3.9 -m venv tenv
source tenv/bin/activate
pip3.9 install .

NPM ganache dependency required:

npm install ganache --global

Test

Install development requirements:

pip3.9 install -r requirements-dev.txt

Run automated testing in all environments:

tox

Run py39 testing:

tox -e py39

Run style testing:

tox -e style

Run typing typing:

tox -e typing

Publish

  1. Create the $HOME/.pypirc file:
[pypi]
  username = __token__
  password = pypi-AgEIcHlw... (your PyPI token)
  1. Build distribution:
python3.9 -m build
  1. Deploy distribution to PyPI repository:
twine upload dist/*

Usage

Configuration

  1. Create the default configuration files:
telliot-core config init

The default configuration files are created in the folder ~/telliot/ or $HOME/telliot/.

  1. View your current configuration:
telliot-core config show

Contributing

Bug reports and pull requests are welcome on GitHub at:
https://github.com/SELISEdigitalplatforms/l3-solidity-bcts-tellor

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bcts_telliotcore-1.0.3.tar.gz (64.2 kB view hashes)

Uploaded Source

Built Distribution

bcts_telliotcore-1.0.3-py3-none-any.whl (67.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page