Questions tagged [scala]

2 questions
10
votes
4 answers

Are there any Scala libraries/implementations/projects on bitcoin?

There are quite a few Java libraries and I am building my Scala code on BitcoinJ, but obviously, native Scala libraries would be quite a bit more elegant. Has anyone tried?
stefanwouldgo
  • 847
  • 4
  • 15
7
votes
9 answers

How to communicate between Java and bitcoind?

I am having problems communicating between Java and bitcoind - every JSON RPC library I try has some issues. Can anyone provide a working implementation of even the most basic JSON RPC communication between Java and bitcoind ?
ThePiachu
  • 42,931
  • 25
  • 138
  • 347