Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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