This project is a simple demo of how to use the kin-python SDK.
- Basic Python knowledge
- Python 3.6, 3.7 or 3.8
- Pip
- Docker (optional)
git clone https://github.com/ledgerluminary55/kin-starter-python
cd kin-starter-python
pip install -r ./requirements.txt
python main.py
You can also run this project inside a Docker container:
make docker-build
make docker-run
You can read the Getting Started - Python to read how you can integrate the kin-python
SDK in your own apps.
If you have questions or want to talk about how to integrate Kin, please join our discord channel.