Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 489 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 489 Bytes

IOTA Message Uploader

a simple IOTA message uploader in Python3.7

Introduce

  • main.py example for using uploader

  • tangle.py implement IOTA node availability checker and message uploader

Getting Started

Prerequisites

  • python 3.7
  • Pipenv 2018.11.26

Running Development

  1. update the .env file
cp .env.sample .env
  1. Installing Packages & Running
make init
make run

Contributer

Chi-Sung, Wang