6

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.

D.H.
  • 5,297
  • 3
  • 32
  • 45
ripper234
  • 26,452
  • 30
  • 111
  • 246

1 Answers1

1

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

Irene
  • 11
  • 1