Skip to content

This is the code for "How to Buy IOTA" on Youtube by Siraj Raval

License

Notifications You must be signed in to change notification settings

Massimo7/IOTA_demo

 
 

Repository files navigation

https://travis-ci.org/iotaledger/iota.lib.py.svg?branch=master https://readthedocs.org/projects/pyota/badge/?version=latest

This is the code for [this](https://www.youtube.com/watch?v=B37UbzPlSzw) video on Youtube by Siraj Raval on IOTA.

PyOTA

This is the official Python library for the IOTA Core.

It implements both the official API, as well as newly-proposed functionality (such as signing, bundles, utilities and conversion).

Join the Discussion

If you want to get involved in the community, need help with getting setup, have any issues related with the library or just want to discuss Blockchain, Distributed Ledgers and IoT with other people, feel free to join our Slack.

You can also ask questions on our dedicated forum.

If you encounter any issues while using PyOTA, please report them using the PyOTA Bug Tracker.

Dependencies

PyOTA is compatible with Python 3.6, 3.5 and 2.7.

Installation

To install the latest version:

pip install pyota

Optional C Extension

PyOTA has an optional C extension that improves the performance of its cryptography features significantly (speedups of 60x are common!).

To install this extension, use the following command:

pip install pyota[ccurl]

Installing from Source

  1. Create virtualenv (recommended, but not required).
  2. git clone https://github.com/iotaledger/iota.lib.py.git
  3. pip install -e .

Running Unit Tests

To run unit tests after installing from source:

python setup.py test

PyOTA is also compatible with tox:

pip install tox
tox

Documentation

For the full documentation of this library, please refer to the official API

Credits for the code go to IOTA, I've merely created a wrapper to get people started.

About

This is the code for "How to Buy IOTA" on Youtube by Siraj Raval

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.9%
  • Jupyter Notebook 4.1%