Wallet for blurt, steems.top Update

in cn •  4 years ago 

http://wallet.steems.top/

Update:
1.Added support for BLURT chain transfer

image.png

Added support for BLURT chain transfer and power down,Other functions are not available

powerdown,Need to replace the blurt node first(The default is steem)

image.png

code for beem

from beem import Steem
from beem.account import Account

nodes="https://rpc.blurt.world"

s = Steem(node=nodes, keys=[key], custom_chains={"blurt": {
    'chain_assets': [{'asset': '@@000000021', 'id': 1, 'precision': 3, 'symbol': 'BLURT'},
                     {'asset': '@@000000037', 'id': 2, 'precision': 6, 'symbol': 'VESTS'}],
    'chain_id': 'cd8d90f29ae273abec3eaa7731e25934c63eb654d55080caff2ebb7f5df6381f', 'min_version': '0.0.0',
    'prefix': 'BLT'}})

acc = Account(player, steem_instance=s)
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE BLURT!