/pydata102018

Presentation of IOTA & PyOTA @ PyData Hamburg Meetup on 24.10.2018

Primary LanguagePython

How to use PyOTA to transmit and store messages in the Tangle

Install

  1. Clone repo

    git clone https://github.com/joweiss/pydata102018.git
  2. Install pyota via pipenv

    pipenv install

Send message to the tangle

pipenv run python hello_pydata.py

Retrieve messages from the tangle

pipenv run python print_tx.py