Mitum-currency / mitum-data-blocksign python SDK

‘mitum-py-util’ will introduce the usage of mitum-currency and mitum-data-blocksign for python.

This project is being totally copied to ProtoconNet/mitum-py-util.

Installation

Recommended requirements for ‘mitum-py-util’ is,

$ python --version
Python 3.9.2

$ git clone https://github.com/ProtoconNet/mitum-py-util.git

$ cd mitum-py-util

$ python setup.py install

If setup.py doesn’t work properly, please just install necessary packages with requirements.txt before running setup.py.

$ cd mitum-py-util

$ pip install -r requirements.txt

Generate New Operation

Operations

‘mitum-py-util’ provides three operations of ‘mitum-currency’,

  • ‘Create-Accounts’ creates an account corresponding to any public key with a pre-registered account.
  • ‘Key-Updater’ updates the public key of the account to something else.
  • ‘Transfers’ transfers tokens from the account to another account.

‘mitum-currency’ supports various kinds of operations, but ‘mitum-py-util’ will provide these frequently used operations.

In addition, ‘mitum-py-util’ provides three operations of ‘mitum-data-blocksign’,