You are missing the mint url in the object that is being encoded.
nostr:nprofile1qy8hwumn8ghj7efwdehhxtnvdakqzrthwden5te0dehhxtnvdakqqgxa7qav4pdduqu7vapdt0hnmu6jmuve6rf3ug4esk88ak59evamhc37dgp0 nostr:nprofile1qyt8wumn8ghj7etyv4hzumn0wd68ytnvv9hxgtcpzemhxue69uhks6tnwshxummnw3ezumrpdejz7qpq2rv5lskctqxxs2c8rf2zlzc7xx3qpvzs3w4etgemauy9thegr43sugh36r
Code for reference:

Discussion
Updated this line to include mintUrl:
const cashuToken = getEncodedToken({ mint: mintUrl, proofs: send }, { version: 4 });
I was able to generate the token and receive it on cashu.me, but still get an error on eNuts that the token is invalid or already used 🤔
enuts is not maintained and does not support Cashu v1 api or v4 token encoding
Ok cool, thanks for your help!
Is v3 the most widely accepted token version?
I’m not familiar with the differences. I tried looking it up, but not sure where v3 and v4 tokens are defined.
Sorry for hassling, but I appreciate the help!
I don't understand why I'm seeing this error:
"Not enough funds available (1) for swap amountToSend: 1 + fee: 0 | length: 1"
To me this means:
1 sat is available.
1 sat is intended to be sent.
No fee.
1 proof of 1 sat to send.
Yet 1 sat is not enough to send 1 sat?
From this code:
cashu-ts/blob/main/src/CashuWallet.ts

No worries! Happy to help. Can you send me your code? Are you sure that fees are 0?
I'm pretty sure it's related to my code and not the cashu-ts library
When I run the cashu-ts pure typescript in terminal I have no issue minting 1 sat and generating a token
I tried to build a webpack version of cashu-ts so I could easily integrate it into my webapp
The error arises when I try to execute the sendTokens command:
const { keep, send, cashuToken } = await CashuBuddy.sendTokens(wallet, secretAmount.value, proofs, secretInput.value);
Here's the webpack code for reference:
https://github.com/happylemonprogramming/cashubuddy/blob/main/src/index.ts
I think I figured it out actually
Thanks for your help 🙏
Awesome! What turned out to be the issue?
I’m not familiar with typescript so I just kept struggling and stumbling through it
Here’s what I eventually did and maybe you can tell me if there was an easier way
-Created a typescript project folder
-npm installed your library
-Created a file to export each function I needed (see image below)
-Packaged it into a webpack
-npm run build to get bundle.js file
-Host bundle.js on cloudflare
Now my webapp has your functions and all I need in my HTML is:
“”

Great! The package actually already has an inbuilt command to create a standalone bundle. Simply clone the repo and do
- npm i
- npm run compile:standalone
lol nice, that’s way easier
At least it was a good learning experience 😅
Is the standalone bundle already hosted on a CDN anywhere?
I could at least do that if that benefits anyone
I got this error in the image below because I'm on an old Windows machine
I had to:
- npm i
- npm install --save-dev cross-env
- update "compile:standalone": "cross-env BUILD_FORMAT=iife vite build" on package.json
- npm run compile:standalone
But now I think I got the full cashu-ts library working! Thanks for your help!

nostr:nprofile1qqstuu6ccnl9q9yvejhuqt4zqhvqz30z2wyf4gu43k404p3hq37ggrslzgxat alternatively you can use Macadamia on iOS which supports v4 (at least in TestFlight): https://macadamia.cash/