mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 02:46:45 +00:00
update ready
This commit is contained in:
parent
4b0446cde8
commit
82e2139f46
21
README.md
21
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)
|
||||
|
||||
|
||||
---------------------------------------
|
||||
|
||||
[](https://gitter.im/pipermerriam/web3.py?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user