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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file bcts_telliotcore-1.0.3.tar.gz.

File metadata

  • Download URL: bcts_telliotcore-1.0.3.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 bcts_telliotcore-1.0.3.tar.gz
Algorithm Hash digest
SHA256 2776171510aa1c111a31da266ecb613280d594aa53fd0a9614529cae8eb3a870
MD5 db54af17b4d2d1a47b167c848e1ef29b
BLAKE2b-256 0c4bda49f641daa20cd0517ee08fb65c9c102fe6b54bc6109618d3c7043b31e7

See more details on using hashes here.

File details

Details for the file bcts_telliotcore-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for bcts_telliotcore-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ec25f5014171611668e2968541bf204d3bb5c1b788e717f2984de6896ee44597
MD5 86530e3e6616ec84d5a4adab7a5b2524
BLAKE2b-256 9090f4d99b39720d3603ce487d3f2e06b58f762c3b1922d77d990c19405e909d

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