moneroexamples
moneroexamples
This acctualy is used in js/config.js :-) So you should not be required to change that elsewhere, unless you want to hook-up mymonero-app-js mobile wallet to openmonero's backend. just make...
Did you use `bin/package_browser_js` to generate wasm and corresponding mymonero-core.js file? You can also ask at https://github.com/mymonero/mymonero-core-js as probably they will now more about wasm things.
I did not. I downloaded it from https://mymonero.com/js/crypto.js?1 Some info about its origin are here: https://github.com/mymonero/mymonero-core-js/issues/7 New emscriptten code from mymonero eliminates lots of things, and I need to find...
@j-berman Thank you.
I added the changes to FindRestbed.cmake proposed by @matyushkins in this branch https://github.com/moneroexamples/openmonero/tree/docker_build I tested the docker build for this branch using following `Dockerfile`: ``` FROM ubuntu:20.04 as xmrbuild RUN...
@j-berman I see. Then its even better, since it works, so I'm confused what is the issue with the build in the docker?
@j-berman Now I understand. Thanks. I will try to build few times as well and see how it goes.
Did clone recursively? ``` git clone --recursive https://github.com/moneroexamples/openmonero.git ``` I just checked on `Ubuntu 20.04.1 LTS` and haven't encountered compilation issues.
@just4hacking @j-berman Thanks. Sadly at present I can't find time to work actively on openmonero. Thus if you have any patches or fixes, PRs are welcomed.
Unfortunately, I will not have time to work on that in near future, as all my time goes to `moneroexamples` projects at present. But it could be good exercise and...