python-peerplays icon indicating copy to clipboard operation
python-peerplays copied to clipboard

This is a communications library which allows interface with the Peerplays blockchain directly and without the need for a cli_wallet. It provides a wallet interface and can construct any kind of trans...

Results 6 python-peerplays issues
Sort by recently updated
recently updated
newest added

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 When installing peerplays.

The `createwallet` option of the peerplays CLI has a unintuitive behaviour captured below: Executing the peerplays createwallet` command to create a wallet: ``` $ peerplays createwallet Wallet Passphrase: Repeat for...

help wanted

**Created a new account** ``` [11:53 AM] bobinson@air 🖖 [~/work/code/dApps/bts_tools]peerplays newaccount l1v3l0ng Account Password: Repeat for confirmation: Current Wallet Passphrase: Traceback (most recent call last): File "/Users/bobinson/.pyenv/versions/3.6.5/bin/peerplays", line 11, in...

help wanted
good-first-issue

After resolving the ssl certificate problem on all of my nodes and successfully being able to connect to them using python-peerplays, I am getting an exception: peerplays.exceptions.AccountDoesNotExistsException: baxters-sports-witness This exact,...

help wanted

cli_wallet returns the following message after adding a private key: Steps to reproduce .... `peerplays --node wss://ppyws.roelandp.nl/ws addkey` ``` Private Key (wif) [Enter to quit]: ============================== Setting new default user:...

enhancement
good-first-issue