Skip to content

Used to generate the WebAssembly files used by the Desktop apps and Web Wallet

License

Notifications You must be signed in to change notification settings

mymonero/mymonero-libapp-js

Repository files navigation

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

About

Used to generate the WebAssembly files used by the Desktop apps and Web Wallet

Resources

License

Stars

Watchers

Forks

Releases

No releases published