I am interested in usingXRP with blockly in a scenario where I have no internet. Is that possible?
@Fgrossman Didn’t we find a way to store a copy of XRPCode on a machine locally?
There are two options. One is to load XRPcode when you do have internet and then continue using it without. It does not need to go back to the server after it is fully loaded. Although at times you may lose some icons, it should all continue to work.
The other is to go to the GitHub for XRPCode, clone or download the code. There is a start.sh designed for a mac machine, but it is easy to convert to a .bat file if you are on Windows. You can then run it from localhost:8080.
Great, I will give that a try. thanks!