No project description provided
Project description
Kinetic Python SDK
Kinetic Python SDK is the official python SDK for Kinetic based on the Kinetic SDK Standard.
This SDK allows developers to rapidly integrate Kin and other SPL tokens in their app.
Usage
In order to use this SDK, please head over to the Kinetic Pyrhon SDK documentation.
Version
This SDK is built to work with @kinetic/api@v1.0.0-rc.13
. Using it with other versions may lead to issues.
Contributing
If you want to contribute to this SDK, please follow the steps below to get it running locally:
1. Install the Poetry CLI on your local machine by visiting the link below:
2. Install the OpenAPI Generator via NPM (for alternative installs visit: https://openapi-generator.tech)
$ npm install @openapitools/openapi-generator-cli -g
3. Fetch the Kinetic Python repo
$ git clone https://github.com/kin-labs/kinetic-python-sdk
4. Change into kinetic-python-sdk working directory
$ cd kinetic-python-sdk
5. Run the tests
$ make test
6. Generate OpenAPI Python client
$ make generate
Directory labels
- generated Contains all the generated Python client code based on the openapi spec.
- helpers Contains helper functions that simply calling the createAccount and makeTranfer sdk functions
- models Here you can find all reference to classes to-be created and what they override.
Contributing
To start contributing, take a look at the standard as this lays down the base for all clients. This standard is subject to change so always review this before committing any meaningful work. You can visit the standard here
Troubleshooting
If you have issues with coincurve dependency in Apple Silicon M1 run this:
xcode-select --install
brew install autoconf automake libffi libtool pkg-config python
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for kinetic_sdk-1.0.0rc13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13753d7c2cc4c1133ccc24ed22c23213c933be0d7359a8ca0701f09266e5ba4e |
|
MD5 | 6f952ec28af2748746d6a8b48d6439b9 |
|
BLAKE2b-256 | 30d60dbb26576ef600d91c22d0f78cb87f0786d19dd86f1f0c7d1a5789494413 |