Python SDK
An SDK written in Python for KiiChain
Last updated
An SDK written in Python for KiiChain
Last updated
Note: This project is still under development so future changes will be made.
The Python SDK allows you to build on KiiChain with a predetermined set of coding. You can index, query, and send transactions, as well as access market data for various purposes like analysis, creating indicators, algorithmic trading, strategy backtesting, and bot programming.
This package is ideal for developers, coders, experienced traders, and data scientists who are interested in building on the network.
Details on how to set up the dev environment can be found in the . Using poetry virtual environment is highly encouraged to ensure seamless development.
Notes:
Items that need to be looked into are marked as TODO:
in the code and docs.
Workflows are failing due to usage limits. It's advisable to fix this to ensure code quality. The current workaround is to make sure to run corresponding checks and tests locally.
Clone the repository
Install the required dependencies
Open the virtual environment
Below is a simple example for querying an account's balances:
All contributions are very welcome! Remember, contribution is not only PRs and code, but any help with docs or helping other developers solve their issues are very appreciated!
Read below to learn how you can take part in the KiiPy project.
Under the directory, you can find examples of basic ledger interactions using kiipy
, such as transferring tokens, staking, and deploying.
Please be sure to read and follow our . By participating, you are expected to uphold this code.
Read our to learn about our issue and pull request submission processes, coding rules, and more.
Read our to learn about the development processes and workflows.
We use for tracking requests and bugs, for general questions and discussion.
The KiiPy project is licensed under .