Skip to content
forked from ethereum/web3.py

A python interface for interacting with the Ethereum blockchain and ecosystem. [GAE Edition]

License

Notifications You must be signed in to change notification settings

shayanb/web3.py

 
 

Repository files navigation

Web3.py (Google Appengine Fork)

Web3.py package to use in Google Appengine

Note : pysha3 was replaced by CompactFIPS202 because pysha3 uses C components which are not supported on GAE. Test before doing production code.

Tested

  • Personal API
  • Eth API

====================================

Sample Code:

import logging
from web3 import Web3, RPCProvider

web3rpc = Web3(RPCProvider(host="GETH_SERVER_IP", port="8545")) 

logging.info(web3rpc.eth.blockNumber) #909483

Included packages:


Join the chat at https://gitter.im/pipermerriam/web3.py

Build Status

A python implementation of web3.js

  • Python 2.7, 3.4, 3.5 support

Read more in the documentation on ReadTheDocs

About

A python interface for interacting with the Ethereum blockchain and ecosystem. [GAE Edition]

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Makefile 0.2%