python sdk for mixin: https://github.com/nodewee/mixin-sdk-python
Project description
Mixin SDK for Python (Unofficial)
Overview
This is the Mixin Network SDK for Python.
Project objectives: ease of use and readability for developers.
It is still in development, please do not use it in production environment.
Getting started
Runtime support: Python 3.9+
-
Clone the repository, or download code.
-
Set up and activate virtual environment, like this:
cd mixin-sdk-python-main
python3.9 -m venv env
. env/bin/activate
- Install dependencies:
python3.9 -m pip install -r requirements.txt
- Than see "examples" folder, and run it.
Contributing
We'd love to accept your patches and contributions to this project.
How to contribute, see file CONTRIBUTING.md
Changelog see file CHANGELOG.md
TODO
- Address API
- Manage group API
- More messenger schema
- Circles API
- Upload Album
- Withdrawal API
- Multi-Signature API
- Collectibles API
- Mainnet RPC API and Client
References
- https://github.com/includeleec/mixin-python3-sdk
- https://github.com/learnforpractice/mixin-python
- https://developers.mixin.one/docs/api
- https://github.com/MixinNetwork/bot-api-go-client/
License
The project is licensed under the GNU GPL v3.0 - see the LICENSE file for details
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.