1.0.0 • Published 12 months ago

@lyfebloc/monero-core-js v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Monero Core JS

JS library for creating Monero transactions.

Development

docker-compose build
docker-compose up -d
docker exec -it monero-core-js_emscripten_1 cp -r /src/build /app
docker exec -it monero-core-js_emscripten_1 ./bin/build-emcpp.sh

npm install
npm test

Debug in Chrome Console

Install https://goo.gle/wasm-debugging-extension and set Path substitutions in extension options:

Module: MyMoneroCoreCpp_WASM.wasm
/app
[path_to_monero_core_js]

Open Chrome DevTools, click the gear (⚙) icon in the top right corner of DevTools pane, go to the Experiments panel and tick WebAssembly Debugging: Enable DWARF support.

npm run serve
npm run serve:wasm
# Open Chrome Console => Sources => file:// => add break point
1.0.0

12 months ago