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
- Create the
$HOME/.pypirc
file:
[pypi]
username = __token__
password = pypi-AgEIcHlw... (your PyPI token)
- Build distribution:
python3.9 -m build
- Deploy distribution to PyPI repository:
twine upload dist/*
Usage
Configuration
- Create the default configuration files:
telliot-core config init
The default configuration files are created in the folder ~/telliot/
or $HOME/telliot/
.
- 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2776171510aa1c111a31da266ecb613280d594aa53fd0a9614529cae8eb3a870 |
|
MD5 | db54af17b4d2d1a47b167c848e1ef29b |
|
BLAKE2b-256 | 0c4bda49f641daa20cd0517ee08fb65c9c102fe6b54bc6109618d3c7043b31e7 |
File details
Details for the file bcts_telliotcore-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: bcts_telliotcore-1.0.3-py3-none-any.whl
- Upload date:
- Size: 67.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec25f5014171611668e2968541bf204d3bb5c1b788e717f2984de6896ee44597 |
|
MD5 | 86530e3e6616ec84d5a4adab7a5b2524 |
|
BLAKE2b-256 | 9090f4d99b39720d3603ce487d3f2e06b58f762c3b1922d77d990c19405e909d |