Skip to content

Developing applications on top of IOTA Tangle made easy! Using Python (pyota).

Notifications You must be signed in to change notification settings

Kevin-Chen0/pyota-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

pyota-api

Developing Python applications on top of IOTA Tangle made easy! Built on top of PyOTA.

Four easy steps:

  1. Clone the api package to your local directory.

  2. Initialize a Session object. Example:

   from api.driver import Session
   session = Session(conn='https://durian.iotasalad.org:14265')
  1. Upload any data* into Tangle. Example:
   session.data_to_tangle(data='Hello Tangle!', tag='TEST')

Data currently successfully tested for string (i.e. JSON) and pandas DataFrame (i.e. CSV file). Next step is allow this method upload any Python data structure into the Tangle.

  1. Copy the transaction hash output from the console log and verify via thetangle.org. See the example here.

Next possible steps:

  1. Incorporate MAM Ultra Lite features. See blog post here.

  2. Enable IOTA token value transactions.

  3. Enable data batch processing into Tangle.

  4. Bug fixing.

About

Developing applications on top of IOTA Tangle made easy! Using Python (pyota).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages