What is the advantage of adding events to Moralis DB from VSCode #2083
-
I'm almost done with Lesson15 (Moralis Frontend) but would like to know the advantage of adding events manually from Vscode rather than adding them directly from moralis website ( I see it is much easier ). Also taking ContractAddress & ABI directly rather than creating update-front-end and generating them automatically. I know how to do both, but I see it is more complicated doing it programmatically from VS Code. I just want to know the advantage of doing it programmatically? What benefit we can have over? or is it actually the same. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
When you're iterating quickly on schemas and such, doing it from the command line is much faster. It might be easier at first to do it from the UI, but as your list of event get larger it starts getting much harder and more time-consuming to do it from the website. |
Beta Was this translation helpful? Give feedback.
When you're iterating quickly on schemas and such, doing it from the command line is much faster. It might be easier at first to do it from the UI, but as your list of event get larger it starts getting much harder and more time-consuming to do it from the website.