Python package for Envio's HyperSync client written in Rust
Recommeded to use a venv to install the package.
python -m venv .venvThen activate the venv before use.
source .venv/bin/activateThen install the packages with pip.
pip install -e .There are a collection of self-contained examples you can look through. To run them run python examples/<example>.py.
For examples that call the HyperSync API, set the Envio API token via the environment:
export ENVIO_API_TOKEN="your-token"
python examples/chain_id.py