Questions tagged [javascript]

JavaScript is a high-level programming language widely used for web development.

113 questions
2
votes
3 answers

Is there a website widget or javascript library that turns any Bitcoin address into a clickable widget?

Was wondering is there a javascript widget or library that turns any BTC address on a website into a popup QR code on hover?
Patoshi パトシ
  • 11,056
  • 18
  • 84
  • 158
1
vote
2 answers

Bitcoinja-lib. bitcoin.payments is null

I installed bitcoinjs-lib with command: meteor npm install bitcoinjs-lib. The installation command "flow-typed install -f 0.27 [email protected]" didn't work. No idea what flow-typed is and the influence it has. This is the code I am running: …
educob
  • 19
  • 4
0
votes
0 answers

How can i mine bitcoins to direct wallet using JavaScript?

I heard that we can mine bitcoins using javascript direct to the wallet? How can I create Program, script or application which direct mines to the wallet & I even search online but did not get any appropriate answer so, I am here for a suggestion or…
user66539
0
votes
1 answer

Is it possible to talk to bitcoin RPC API with Javascript and WITHOUT using a node server?

I am planning on building a Wallet and want to know if I can hook something like an Electron native JavaScript app to Bitcoin RPC without running node.js for the server calls, so using something like AJAX or XMLhttprequest.
DUDE139
  • 1
  • 1