Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Python Blockchain Development

Python Blockchain Development

How is blockchain working and how to access Etherium blockchain from the Python. How to connect Python to EVM and publish your Solidity or Vyper contract.

This is slides to my UA Pycon talk in April 2018.

Code used in demo: https://gist.github.com/xen/70564a2915e5415523fb3f86c4487b13

Mikhail Kashkin

April 29, 2018
Tweet

More Decks by Mikhail Kashkin

Other Decks in Technology

Transcript

  1. Smart contract Smart contracts in the context of Ethereum are

    scripts that are executed on a global network of public nodes  — the EVM (Ethereum Virtual Machine) — and can read/ write transactions from/to the blockchain.