II will try runmx thanks. have a computer language that I want to use to run the stack machine with. My language has a front end now and runs on another stack machine here is a link to the front end https://3.0.183.52/. I want to port over to Ton by mapping the stack manipulation primitives from my current primitaves - Opt Codes of Algorand stack machine. Plans for formally verifying the smart contract are underway so I want to be as close to metal as possible.
Aug 24, 2022, 9:18 AM
Cool project! In any case, there’s another interesting project you should know, https://github.com/Naltox/ton-contract-executor
It runs the TVM isolated in web assembly. So if you prefer JS environment to C++, you can run the op codes in a pretty isolated way
It runs the TVM isolated in web assembly. So if you prefer JS environment to C++, you can run the op codes in a pretty isolated way
May be useful for testing your mapping environment
Aug 24, 2022, 11:48 AM
Thanks!
Aug 25, 2022, 9:30 AM