Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mymonero/mymonero-libapp-js
Used to generate the WebAssembly files used by the Desktop apps and Web Wallet
https://github.com/mymonero/mymonero-libapp-js
Last synced: about 2 months ago
JSON representation
Used to generate the WebAssembly files used by the Desktop apps and Web Wallet
- Host: GitHub
- URL: https://github.com/mymonero/mymonero-libapp-js
- Owner: mymonero
- License: bsd-3-clause
- Created: 2019-01-18T18:55:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T12:34:23.000Z (about 1 year ago)
- Last Synced: 2024-04-23T20:38:34.793Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 10.8 MB
- Stars: 2
- Watchers: 5
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## General dependencies
The MyMonero libapp build requires you to have installed docker. Docker should be in your system's evironment path.## Building libapp
1. Clone the repo `git clone https://github.com/mymonero/mymonero-libapp-js.git`
1. `cd mymonero-libapp-js`
1. Run `bin/update_submodules`
1. `rm -rf build && mkdir build`
1. `rm libapp_js/MyMoneroLibAppCpp_*`
1. `npm run build`By following these instructions, new WASM library is generated and copied to the libapp_js folder