Is there a good tutorial on how to use bitcoinjs exit nodes?

6

1

The documentation that I found seems to contain info about specific API calls, but no top level explaination/example.

Where can I find a practical concise example of using exit nodes?

I'd like to query transactions (say ... poll to see all latest transaction to a specific address), and submit a new transaction.

ripper234

Posted 2011-12-29T13:50:06.963

Reputation: 25 192

Have you gotten it to install? When I run npm install, I get all sorts of errorsShamoon 2013-09-25T16:24:23.103

@Shamoon - I haven't tried too much, sorry - do post here if you have more information.ripper234 2013-09-26T06:28:36.020

Might be worth pointing Stefan at this question and see if he'll answer.Ian Purton 2012-06-08T19:59:04.360

Answers

1

You can start with the included test package first. Then check the dependent projects.

Irene

Posted 2011-12-29T13:50:06.963

Reputation: 11