I’ll play with it :)

Reply to this note

Please Login to reply.

Discussion

I've sent you 5 US cents on mainnet via DM :)

if you wanna try building the app:

```

git clone https://github.com/cashubtc/cashu.me

git checkout cashu-ts-v1

npm install

quasar dev

```

This might work

npx quasar dev (worked for me)

running cashu

Now I can see that I needed npx because global CLI wasn’t installed.

Was getting an error re Bech32 import also and needed to run

npm i bech32