Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 595 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 595 Bytes

steempy-tools

support op: update_account、update_witness、withdraw、delegate_vest、vote_witness

Quickstart

Installation

Prepare python3 environment and steem library.

pip3 install steem

Demo

For example, you need to vote a witness, just modify "config_vote_witness.json" in config directory, then run the command below.

[
  {
    "key": "5KhzBw1YkwCZikR4C4uBwM9esFnnbA6vrvQb3zATPmFywdtktAJ",
    "vote_witness": {
      "account": "account1",
      "witness": "witness1",
      "approve": true
    }
  }
]
python3 steem_ops.py vote_witness