From 82e2139f463cdb4a89918dbd22405a8c13185467 Mon Sep 17 00:00:00 2001 From: Shayan Date: Thu, 18 May 2017 18:28:21 -0400 Subject: [PATCH] update ready --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ef8678f..88aa46e 100644 --- a/README.md +++ b/README.md @@ -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)