pythonでweb3ライブラリを使ったコントラクトへの接続、関数の呼び出し、トランザクションの作成、送信は簡単なものであれば同じ型なので、上記のようにコントラクトと関数を特定できれば同じ流れでpythonで書けます。
In our examination of the Python language so far we’ve looked at the basics, some of the advanced stuff and a few architectural elements. This week we’ll look at Python in practice. Back in the first ...