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
I am doing a project which needs C++ version of NEOVM, and I was struggling to write my own C++ NEOVM before I found your work here, what a relief. Really glad to find someone does so many contributions to the NEO community, thank you very much for your effort.
But I am curious about whether this project is a complete one or is still under development? And may I add part of your code into my own project?
The text was updated successfully, but these errors were encountered:
Hi @Liaojinghui , I'm glad you are following this project!
Since the inception of Neo3 we have been evaluating the best way to implement them to C++, and most of the base code was successfully developed on:
We needed to wait until advances were consolidated on original NeoVM3 project, and since they are stable now, we plan to quickly finish this and launch NeoVM3++.
Probably, if we finish the code there, we may archive this repo and just put a link... the hard choice is keeping a separated repo (with dozens of submodules) and a unified repo (which is huge!).
As soon as we finish, we also plan to advance on microcontroller version and web version ports, one good place to follow is here:
I am doing a project which needs C++ version of NEOVM, and I was struggling to write my own C++ NEOVM before I found your work here, what a relief. Really glad to find someone does so many contributions to the NEO community, thank you very much for your effort.
But I am curious about whether this project is a complete one or is still under development? And may I add part of your code into my own project?
The text was updated successfully, but these errors were encountered: