Author

Topic: multi-signature transactions in javascript (Read 784 times)

legendary
Activity: 1526
Merit: 1134
July 24, 2013, 07:00:12 AM
#5
It's not a very complicated language. There is a tutorial on the Oracle website, if you need one. I recommend grabbing IntelliJ IDEA from jetbrains.com. The community edition is open source, free and it works very well. It checks your code in the background and highlights errors, of course.
hero member
Activity: 938
Merit: 501
Hello,
Does any example of generating (from inputs + privates keys) a multi-signature transactions exist in any language? What about Javascript?

txtool is a command line tool written in JavaScript, that helps you build and sign multi-sig transactions.

https://bitcointalksearch.org/topic/ann-txtool-advanced-transaction-building-249205
https://github.com/jgarzik/txtool


What if I don't have access to a bitcoind client? Do I have to reinvent the wheel?

Sure, bitcoinj makes this straight forward (from java):

https://code.google.com/p/bitcoinj/wiki/WorkingWithContracts

This looks like it's what I'm looking for, I have zero experience with java though.
legendary
Activity: 1526
Merit: 1134
Sure, bitcoinj makes this straight forward (from java):

https://code.google.com/p/bitcoinj/wiki/WorkingWithContracts
legendary
Activity: 1596
Merit: 1100
Hello,
Does any example of generating (from inputs + privates keys) a multi-signature transactions exist in any language? What about Javascript?

txtool is a command line tool written in JavaScript, that helps you build and sign multi-sig transactions.

https://bitcointalksearch.org/topic/ann-txtool-advanced-transaction-building-249205
https://github.com/jgarzik/txtool
hero member
Activity: 938
Merit: 501
Hello,
Does any example of generating (from inputs + privates keys) a multi-signature transactions exist in any language? What about Javascript?
Jump to: