Skip to content

ledgerluminary55/kin-starter-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kin-starter-python

About

This project is a simple demo of how to use the kin-python SDK.

Requirements

  • Basic Python knowledge
  • Python 3.6, 3.7 or 3.8
  • Pip
  • Docker (optional)

Running this project

1. Clone the repo

git clone https://github.com/ledgerluminary55/kin-starter-python
cd kin-starter-python

2. Install the dependencies

pip install -r ./requirements.txt

3. Run the demo

python main.py

Docker

You can also run this project inside a Docker container:

make docker-build
make docker-run

What's next?

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.

About

Simple demo of how to use the Kin Python SDK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published