iota-community / python-iota-workshop

Simple examples showing you how you can interact with the IOTA Tangle using Python
33 stars 13 forks source link

"https://devnet.thetangle.org" is no longer supported #6

Open huggre opened 4 years ago

huggre commented 4 years ago

"https://devnet.thetangle.org" is no longer a valid URL I suggest we use "https://utils.iota.org/....../devnet" instead.

"https://devnet.thetangle.org" is referenced in the following examples:

e02_send_hello.py e06_send_tokens.py