Post
Topic
Board Speculation
Merits 2 from 2 users
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
promise444c5
on 10/09/2025, 16:32:11 UTC
⭐ Merited by JayJuanGee (1) ,vapourminer (1)
Anyone using a wallet that depends on J.S. needs a bitch slap to begin with.
I have Blue wallet on my device  Smiley

I did a quickie search to ask the internet (AI is everywhere these days) whether BlueWallet uses Java Script, and sure the answer was yes.

I use BlueWallet and I have been recommending it as a "good" starting wallet... but yeah of course with any hot wallet (or wallet held on a phone), we have to be careful in regards to how much value we hold on such phone wallets (hot wallets).

Blue wallet is built on React-Native a JS framework, it’s cross-platform for mobile apps not sure how it works for the Mac OS application though but React-Native is mainly for mobile apps(that I know of)..Did a quick check aswell, React Native only use some of these libraries as dev-dependencies ,other React Native dev tools like the CLI and the Metro bundler also uses some in their tooling layer... But they don’t actually get ship out with the bundled app so Blue wallet doesn’t use any of those libraries, they are just dev tools
Here you can check the dependencies , just scroll down you will see the list under ‘dev-dependencies’ or `dependencies’:

https://github.com/facebook/react-native/blob/main/package.json
CLI: https://github.com/react-native-community/cli/blob/main/packages/cli/package.json
Metro: https://github.com/facebook/metro/blob/main/packages/metro/package.json