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/BCTSAG/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

bctsag_telliotcore-1.0.1.tar.gz (64.2 kB view details)

Uploaded Source

Built Distribution

bctsag_telliotcore-1.0.1-py3-none-any.whl (67.2 kB view details)

Uploaded Python 3

File details

Details for the file bctsag_telliotcore-1.0.1.tar.gz.

File metadata

  • Download URL: bctsag_telliotcore-1.0.1.tar.gz
  • Upload date:
  • Size: 64.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for bctsag_telliotcore-1.0.1.tar.gz
Algorithm Hash digest
SHA256 0f9ffaea51663b8904a261017c925eb280976834547e75eb7fb9a58d87d42da2
MD5 e2e8d3a51d2294dd8b8745d5b7739c46
BLAKE2b-256 519ea850175896734c3b13f9c2933d124073f90581b1d52635174e3f885b7f90

See more details on using hashes here.

File details

Details for the file bctsag_telliotcore-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for bctsag_telliotcore-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f4f1ce6c530a97a859f3ce4014a7d54c51b141a31f3963e7b620f103784458ed
MD5 1bb713372f69d344f14c183cb63699ce
BLAKE2b-256 d8d0f515a96ebbb9027e31406a1d37a36254dc5000e11189a2102cf9aa9141a6

See more details on using hashes here.

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