-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v9 Ignoring config.js #108
Comments
yes. Not all what is in js/config.js being used now. With time, probably will need to clean this file, and throw out what is not-used. |
Alright, cool - was just making sure I wasn't crazy. Do you know of the location to change apiUrl: "http://127.0.0.1:1984/" in the WASM? I'm getting "Error connecting to the backend. Can't login." |
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 sure network type is set as well. if backend running on stagnet, stagenet should also be used in js/config.js. |
Ahh, OK - got it .. kind-of working, haha. Was just playing around with some slight modifications to mymonero-core-js. After compiling the wasm, I get the following error when trying to use the newly compiled wasm file: Does mymonero-core.js need to be edited? The code looks like it's some type of emscriptten format, is there a way to regenerate this file? |
Did you use |
Cheers! I found how: |
Actually, one more question relevant to this topic. |
I did not. I downloaded it from https://mymonero.com/js/crypto.js?1 Some info about its origin are here: mymonero/mymonero-core-js#7 New emscriptten code from mymonero eliminates lots of things, and I need to find time to go through all the legacy stuff to see what is actually being used these days and what has become obsolete. I'm not even sure that crypto.js is used this days? |
Was just playing around with v9, and noticed the frontend does not seem to listen to js/config.js
Is this due to the WASM file from https://github.com/mymonero/mymonero-core-js?
The text was updated successfully, but these errors were encountered: