Skip to content

LayerAkira/python_akira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LayerAkira SDK

Simple SDK of utilities and clients to interact with LayerAkira exchange

To interact with exchange user can use following clients:

  1. AsyncApiHttpClient -- to interact with http endpoints of exchange
  2. AkiraExchangeClient -- to interact with layer akira smart-contract
  3. WsClient -- to subscribe for various websocket streams of layer akira
  4. CLIClient -- to interact with exchange in CLI-like fashion
  5. ERC20Client -- 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

About

SDK client for interaction with akira exchange

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages