https://github.com/hernandev/steem-verifier
Command line tool to Verify Steem transaction signatures.
https://github.com/hernandev/steem-verifier
Last synced: about 1 year ago
JSON representation
Command line tool to Verify Steem transaction signatures.
- Host: GitHub
- URL: https://github.com/hernandev/steem-verifier
- Owner: hernandev
- License: mit
- Created: 2018-05-07T04:36:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T16:05:53.000Z (about 8 years ago)
- Last Synced: 2025-02-15T07:39:49.127Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# steem-verifier.
**steem-verifier** helps you debug signatures on Steem transactions.
## Install:
You can use pip to install this tool:
```
pip install steem-verifier
```
## Usage:
Really simple, after installing, you can call the command line tool
passing a transaction id as parameter:
```
steem-verifier 6a3e9a99cf3bc9464c6aa26c7daf63454de8d411
```
This will query the Steem blockchain for the transaction
and verify it's signature(s). An example result is shown bellow:
```
=> Retrieving transaction...
=> Extracting public keys...
=> Extracted public keys are:
STM5vgGoHBrUuDCspAPYi3dLwSyistyrz61NWkZNUAXAifZJaDLPF
=> The accounts who signed the transaction (public key owners) are:
blocktrades
```