A node-red SDK for creating Stellar projects
Summary: Create a node-red flow and node for interacting with Stellar Horizon.
Goals: Make Stellar development easier and more accessible.
Description: Node-red is a graphical drag and drop interface for creating a web UI for IoT. By creating a node/flow with basic Stellar/Horizon functionality we can enable non-coders to create proof of concepts and simple web UIs for their Stellar projects.
Currently, this project only returns a secret key from a randomly generated keypair. We would like to add many more basic functionalities to empower project designers including:
Generate Account
Send Assets
Create buy/sell offer
Submit XDR
Create Token
Lock account
HODL
...and anything else the community desires
Link: https://gist.github.com/CrypTANimator/adf00513dda4f1db7ed973811829637c
https://flows.nodered.org/flow/adf00513dda4f1db7ed973811829637c
https://user-images.githubusercontent.com/52007816/59785819-b0b79f00-927a-11e9-9cdc-dfb99568be09.png
As opposed to building this function by function, I am wondering if there is a way to automate the process from an existing API as outlined in these articles:
https://medium.com/codait/creating-custom-node-red-nodes-for-your-api-the-easy-way-10770ccd8923
https://developer.ibm.com/tutorials/use-node-red-node-generator-to-create-new-nodes-from-apis-and-services/
Any help is greatly appreciated!