You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's easier to add commands to it to do things like validation and lower effort to build. Easier for users to integrate into their processes/tools too.
Or is this specifically for XML signing only (with key management etc) by design? Which makes sense too.
@hboon this is supposed to be for the case that you don't have make installed, i.e. if you use windows. I am wondering if it is simply easier to just install Make if you don't have it, what do you think @colourful-land?
@hboon is suggesting a commandline tool to replace Makefile. Makefile is what we can get with shortest development time. Now, we need something that signs like xmlsectool and debugs like xmllint, which doesn't exist yet (but more or less satisfied with Makefile). In the short future, we need something that can link up Ethereum to show if a TokenScript is trusted, that's the time we can't continue Makefile any more (or by Makfile itself any more).
We need to build the cli tool before building the GUI.
Currently, Makefile serves 3 functions.
All should be done in one tool.
The text was updated successfully, but these errors were encountered: