update ready

This commit is contained in:
Shayan 2017-05-18 18:28:21 -04:00
parent 4b0446cde8
commit 82e2139f46

View File

@ -1,16 +1,7 @@
# Web3.py (Google Appengine Fork)
### DOES NOT WORK ON APPENGINE AT THE MOMENT
Web3.py package to use in [Google Appengine](https://cloud.google.com/appengine/docs/python/)
Included packages:
* [pylru](https://github.com/mozilla/positron/blob/master/python/pylru/pylru.py)
* [ethereum-utils](https://github.com/pipermerriam/ethereum-utils)
* [ethereum-abi-utils](https://github.com/pipermerriam/ethereum-abi-utils/tree/master/eth_abi)
* [CompactFIPS202](https://github.com/gvanas/KeccakCodePackage/blob/master/Standalone/CompactFIPS202-Python/CompactFIPS202.py)
* [pyrlp](https://github.com/ethereum/pyrlp)
*Note* : pysha3 was replaced by CompactFIPS202 because pysha3 uses C components which are not supported on GAE. Test before doing production code.
@ -34,8 +25,18 @@ web3rpc = Web3(RPCProvider(host="GETH_SERVER_IP", port="8545"))
logging.info(web3rpc.eth.blockNumber) #909483
```
----------------------------------------
======================================
Included packages:
* [pylru](https://github.com/mozilla/positron/blob/master/python/pylru/pylru.py)
* [ethereum-utils](https://github.com/pipermerriam/ethereum-utils)
* [ethereum-abi-utils](https://github.com/pipermerriam/ethereum-abi-utils/tree/master/eth_abi)
* [CompactFIPS202](https://github.com/gvanas/KeccakCodePackage/blob/master/Standalone/CompactFIPS202-Python/CompactFIPS202.py)
* [pyrlp](https://github.com/ethereum/pyrlp)
---------------------------------------
[![Join the chat at https://gitter.im/pipermerriam/web3.py](https://badges.gitter.im/pipermerriam/web3.py.svg)](https://gitter.im/pipermerriam/web3.py?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)