Simple SDK of utilities and clients to interact with LayerAkira exchange
To interact with exchange user can use following clients:
AsyncApiHttpClient
-- to interact with http endpoints of exchangeAkiraExchangeClient
-- to interact with layer akira smart-contractWsClient
-- to subscribe for various websocket streams of layer akiraCLIClient
-- to interact with exchange in CLI-like fashionERC20Client
-- to interact with erc20 contracts
Executables folder contains runners for interaction with exchange:
*) executables/run_cli_client.py
using CLIClient to interact with exchange in CLI like fashion. Through such interaction one can learn how to interact with exchange to build more sophisticated connectors for trading
To install through pip (https://packaging.python.org/en/latest/guides/using-testpypi/) use the following command:
python3 -m pip install --index-url https://test.pypi.org/project LayerAkira