0

I am looking for documentation about IOTA and development tools. Also if you know examples of real-life applications (industrial and commercial) it would be appreciated.

I am interested mainly in python and JavaScript development tools.

Wayne Wu
  • 304
  • 1
  • 11
Jaime
  • 133
  • 6
  • What category or even language you are looking for? I know there are already some resources you can start with. But I think it can be more directly and easier if you specific the range. – Wayne Wu Nov 15 '18 at 14:47
  • Hi thanks for answering I updated the question to indicate the languages. – Jaime Nov 15 '18 at 16:05
  • List questions are not a good match for SE. – Helmar Nov 17 '18 at 10:57

1 Answers1

1

Both javascript and python have API libraries support and documents for them. By far, javascript library is most well developed but also note that it has moved on to typescript:

As for community tutorials, I recommend following to start with:

You can easily learn about sending transactions following the Developer Essentials. And tutorial videos provide further resources and fundamental know-hows.

Wayne Wu
  • 304
  • 1
  • 11