Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 490 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 490 Bytes

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
  2. cd mymonero-libapp-js
  3. Run bin/update_submodules
  4. rm -rf build && mkdir build
  5. rm libapp_js/MyMoneroLibAppCpp_*
  6. npm run build

By following these instructions, new WASM library is generated and copied to the libapp_js folder