monero-ts icon indicating copy to clipboard operation
monero-ts copied to clipboard

TypeScript library for using Monero

Results 55 monero-ts issues
Sort by recently updated
recently updated
newest added

is the onOutputreceived callback supposed to be called for a viewonly wallet? I am only seeing calls to onBalancesChanged, but the onOutputReceived callback does not get called when I receive...

The view-only wallet by default exports outputs since the last export. But if I create a new offline wallet (`createWalletFull`), and then sign a transaction, it will throw an error:...

This issue requests updating the build to use the latest version of [emscripten](https://emscripten.org/). The library is currently using version 3.1.10.

💰bounty

hello `getBalances` doc says "Get the locked and unlocked balances in a single request.", but it returns (total) balance, not locked balance I think it can be changed to just...

This issue requests making monero-ts work with sveltekit. See issues running WASM with sveltekit: https://github.com/vitejs/vite/issues/5075

Currently, node.js must be run with the `--no-experimental-fetch` flag to avoid the error "Failed to parse URL from monero-ts/dist/dist/monero_wallet_keys.wasm" (see https://github.com/woodser/monero-ts/issues/180). This issue requests removing the need for the flag.