Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.05 KB

web3-python: A Web3 + Python Project

This is mainly a personal repository to store my code and notes while I'm learning the web3.py Python library.

Feel free to use anything you find on here for any purpose your heart desires. I am definitely okay with helping others learn about Cryptocurrency / Solidity development and the idea of Open Source.

I'll be adding different Python scripts to control Solidity and interact with Ethereum as I progress through the classes and learn.


Table of Contents


Prerequisites

Besides the obvious prerequisites of Python and pip, you must also install web3 from pip:

pip install web3

Scripts for Testing

There are a few test scripts available to verify your web3 installation's functionality. Find more detailed information about each script in the /test directory's README!