Replies: 1 comment 1 reply
-
I agree with you 100%. Most interactions with the ledger follow similar structure. Creating an easy to use web-based visual scripting editor where users can wire together different features could be very useful. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New folks in the community who start building with the XRPL could get a lot of benefit from having simple code snippets which accomplish common goals in a well-written way.
Most interactions with the ledger tend to follow a similar structure of:
Having more examples of how to do that whole process for various simple use cases of the ledger in a well-documented way would hopefully help new folks ramp up quickly.
Additionally, the code samples could serve to be open-source references for some of the more nuanced features of the ledger (Ex. Setting up multisigning).
This is work which would be beneficial to do across all the client libraries (xrpl.js has some code snippets, but has plenty of gaps)
Beta Was this translation helpful? Give feedback.
All reactions