Friday, May 3, 2019

Catalin George Festila: Python 3.7.3 : Try Ethereum with web3.

Today I tested the web3 python module. This is the Ethereum python module. More about this python module can be found here. Ethereum programming has a large area of development. For transaction you can use: from web3 import Web3, HTTPProvider, IPCProvider, WebsocketProvider I tested with an account from infura.io. >>> from web3 import Web3, HTTPProvider, IPCProvider, WebsocketProvider >>> w3 =

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...