Skip to content

energywebfoundation/tutorial-ens-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum ENS tutorial and playground with Python & web3.py

For educational purposes. Made for https://energyweb.atlassian.net/wiki/spaces/EWF/pages/555745281/Using+ENS+on+Tobalaba.

Used with Parity client version 1.11.6 Beta and web3.py version 4.5.0.

Dependencies

  • Connection to Tobalaba. For a tutorial on how to set up a local Parity client and connect to the network, check here.
  • Parity UI (Helps a lot).
  • An account with some test Ethers in it. You can use the Parity UI for this purpose, then navigate to the faucet to get some ethers.
  • Python 3.6, pip, Jupyter notebook

Setup

You need a Jupyter notebook:

pip install jupyter
(or pip3 install jupyter)

Then

git clone https://github.com/ngyam/tutorial-ens-py.git
cd tutorial-ens-py
pip install -r requirements.txt
(or pip3 install -r requirements.txt)

How to use

  1. Make sure your parity client is running and configured to connect to Tobalaba
  2. Open the Jupyter notebook file and play around.
cd tutorial-ens-py
jupyter notebook

Resources

Energy Web Foundation

Parity client

ENS official documentation

ENS Github Repo

web3.py documentation

About

Ethereum ENS tutorial and playground with Python & web3.py

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 89.5%
  • Python 10.5%