Injective Python SDK, with Exchange API client
Project description
Injective Python SDK
Note: Apple M1
processor is not supported
Dependences
Ubuntu
sudo apt install python3.9-dev
Fedora
sudo dnf install python3-devel
Quick Start
pip install injective-py
import injective.chain_client
import injective.exchange_api
Usage
Requires Python 3.9+
examples: https://github.com/InjectiveLabs/sdk-python/tree/master/examples
$ pipenv shell
$ pipenv install
# connecting to Injective Exchange API
# and listening for new orders
$ python examples/exchange_api_example/examples/example.py
# sending a msg with bank transfer
# signs and posts a Tx to the Injective Chain
$ python examples/chain_client_example/examples/example.py
Upgrade pip
to the latest version, if you see these warnings:
WARNING: Value for scheme.platlib does not match. Please report this to <https://github.com/pypa/pip/issues/10151>
WARNING: Additional context: user = True home = None root = None prefix = None
Development
To copy proto schemas and regenerate GRPC clients:
$ pipenv shell
$ pipenv install --dev
$ make copy-proto
$ make gen
License
Apache Software License 2.0
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
injective-py-0.3.0.tar.gz
(41.4 kB
view hashes)
Built Distribution
Close
Hashes for injective_py-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2997ac986c121942e63d733b909311d7be0c19ce80bbe8a50756c4a5375d7bf |
|
MD5 | e3b729d71bf69438bc59578a45ce1895 |
|
BLAKE2b-256 | 76e8ddc4553926c1fb69bcf7df4d2ee2a640f647b9e7bfda244a55ff027846a1 |