Hello, this is @joviansummer. I'm developing STEEM blockchain explorer on Telegram messenger, designated jSTEEM.
I previously developed jsBLURT which is a BLURT blockchain explorer and now I'm porting jsBLURT to STEEM blockchain.
How to use:
In your Telegram app or web session(https://web.telegram.org), search for "jsteem_bot" and start a chat session.
Send "/help" command to see the list of available commands.
/help
Currently, I have implemented 3 commands, "/stat", "/wstat", and "/prod". A few more commands are on the way.
List of commands is as follows:
/help: show help message
/stat: account status information
/wstat: witness status information
/prod: producer reward history for witness
/deleg: delegation information (work in progress)
/ops: operations history (work in progress)
/fops: filtered operations history (work in progress)
Examples:
Let's see some examples. To see account status for @joviansummer, send "/stat" command as follows:
/stat joviansummer
To see witness status for @jswit, send "/wstat" command as follows:
/wstat jswit
To see latest block reward history of @jswit, send "/prod" command as follows:
/prod jswit
As for "/prod" command, you can specify number of items you want to see. The following example shows latest 2 block rewards of @jswit:
/prod jswit 2
Thank you for reading!
I'm running a witness node. Please vote for @joviansummer to support my work. (https://blurtwallet.com/~witnesses)
@jsup curation project:
[ENG] Introduction to @jsup curation project
[ENG] Using @jsup curation project as an auto-voting agent
jsBLURT - blockchain explorer on Telegram messenger:
[ENG] jsBLURT project - blockchain explorer on Telegram messenger