huggre / trackntrace

Repository for the "Integrating Physical Devices with IOTA - The Track&Trace App." tutorial
1 stars 0 forks source link

Iota tangle #1

Open ajinkya-dev21 opened 3 years ago

ajinkya-dev21 commented 3 years ago

Hi Huggre,

I just started learning to develop apps using iota. I came across this project and found it very interesting. I think it is relatively less complex to understand and develop as compared to other such projects. I want to develop my own version of such a supply chain tracker app. Can you please help me understand the working of your code? I will be forever grateful :)

Thanks!

huggre commented 3 years ago

Hi, you need to be a little more specific to any question you may have to the code. For info: This project was created with the old PyOTA library, if you plan on doing any IOTA related dev. with Python you should check out the new iota.rs library with Python bindings. See https://github.com/iotaledger/iota.rs/tree/dev/bindings/python

ajinkya-dev21 commented 3 years ago

Hi, Thank you so much for responding. I am currently going through the iota developer documentation. But it is kind of vast and I want to focus only on supply chain based implementation of iota. I want to build a simpler version of this app with no involvement of any sensor. And instead of the handheld RFID scanner I want to use a mobile app which will be used to scan a QR code or RFID (whichever is easier to implement). I intend to keep the web app as it is. My end goal is to use this in the real world. I need to know if there are any challenges involved in that? I would really appreciate if you could help me understand that.