You are viewing a single comment's thread from:

RE: Amazing Tool for 3D Topographic Models: Terrain2STL 🗻🗾

in Popular STEMlast year

Thank you too again for the kind words and great suggestion of accounts! I'm hoping to have some spare time sometime during this week to really learn more about the projects in Steem Dev and about how they really function from the inside! If it is not demanding too much more of your time, I'd love to have your recommendation of good posts that explain the tools and/or github repositories of them! I admit that I've always been interested in understanding how the connection to the STEEM Blockchain works applied to real applications, but never really got to doing it. Hope you have a nice week! Cheers :)

Sort:  
 last year 

Sorry for the delay replying.

Steemit's github repo is here, and the API documentation is here. The API doc also contains tutorials for getting started in Python, Javascript, or Ruby... although they're getting dated at this point. A lot of the development activity went away after a controversial fork back in 2020, so we really still need to rebuild much of the ecosystem. It's a good time to get in at the ground floor, but it can also be challenging. Most of the interaction uses JSON, so you don't really need much specialized blockchain knowledge to work at the app layer.

As you can tell from my programming diaries posts, I'm far from expert, but glad to answer any question I can help with. I'll see if I can find track down some other articles that have been helpful. Maybe @moecki or @steemchiller can suggest resources, too.