mymonero / mymonero-core-js

The JS library containing the Monero crypto plus lightwallet functions behind the official MyMonero apps
BSD 3-Clause "New" or "Revised" License
101 stars 103 forks source link

Refactor to reduce dependencies #117

Closed devinpearson closed 3 years ago

devinpearson commented 3 years ago

Moved all core utils out to npm packages and added require statements for them.

Updated the WASM to use the latest emscripten and the latest version of the core cpp.