Author

Topic: JavaScript Library to Sign Transaction (Read 973 times)

legendary
Activity: 2506
Merit: 1010
July 29, 2013, 01:25:37 AM
#2
|I have been looking at the Bitcoin-JS library and I don't think it has what I need.  Perhaps I am mistaken...?

The Javascript code from BrainWallet can be used to show how this can be done:
 - http://brainwallet.org/#tx
newbie
Activity: 8
Merit: 0
July 28, 2013, 11:30:50 PM
#1
Working on a payment processing platform but I am seeking a way to ensure we don't act as a custodian to Bitcoin.  Our customers will be working in JavaScript.

I need a way to sign a transaction in JavaScrpt so that I can then take that output and send it to a remote bitcoind process to transmit to the network.  It's important that the client using JavaScript not have access to bitcoind.  Basically, the client will know its private address and it needs a mechanism to package the request so that it can be transmitted on a remote service.

I have been looking at the Bitcoin-JS library and I don't think it has what I need.  Perhaps I am mistaken...?
Jump to: