PyWallet
PyWallet copied to clipboard
Cross platform Ethereum Wallet built with Python and Kivy
Enable the numeric Android keyboard on numeric input fields. I'm not sure this is already available in Kivy.
https://docs.travis-ci.com/user/caching/ Try to setup some caching to speed-up builds. For example ~/.buildozer/ directory could be cached, so we don't go through the whole process of redownloading the Android NDK.
Make it possible to choose the address to spend from. With #21 it's currently to spend Ethers, but it defaults to the main account.
The transaction is signed and tx hash is returned, but then can't seem to find it with find_transaction() and this is on the main network. Will provide code example soon.
Make it possible to backup and restore accounts in the keystore directory through the cloud, e.g. Google Drive.
A command line application already has the same name: https://github.com/jackjack-jj/pywallet If someone comes with a great name, I can change it.
Running the command below: `pyethapp -l eth.chainservice:debug,p2p.peermgr:debug run` And can't seem to have peers connecting and staying on my node. Few things to consider: * make sure the time is...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.0.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@radarhere] Updated zlib to 1.3 #7344 [@radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...