Re: [Bitcoin-development] Bitcoin development (testing & where to get Wallet code)

2014-07-30 Thread Wladimir
On Wed, Jul 30, 2014 at 12:32 AM, Caleb Roger Davis wrote: > I have several Bitcoin contributions I would like to make, mostly for > learning purposes to get started: > > I would like to contribute to unit and/or other types of tests (code), not > production code. Low-level unit tests are in `src

Re: [Bitcoin-development] Bitcoin development (testing & where to get Wallet code)

2014-07-30 Thread Andreas Schildbach
Are you aware of bitcoinj? http://bitcoinj.github.io/ It contains everything to plug together a basic SPV wallet and runs in the JVM. On 07/30/2014 09:38 AM, Caleb Roger Davis wrote: > Yes, I was thinking something on the JVM, I have a big interest in > Clojure right now (am a long time Java de

Re: [Bitcoin-development] Bitcoin development (testing & where to get Wallet code)

2014-07-30 Thread Caleb Roger Davis
Yes, I was thinking something on the JVM, I have a big interest in Clojure right now (am a long time Java dev, since 1996). I do not know if I want to tackle writing bitcoin in Clojure, but I want to create a tool kit first to learn more about how it works. Caleb On Tue, Jul 29, 2014 at 5:12 PM

Re: [Bitcoin-development] Bitcoin development (testing & where to get Wallet code)

2014-07-29 Thread Felipe Micaroni Lalli
May I ask you which language? I'd love to implement Bitcoin in Clojure or Scheme. Related: http://bitcoin.stackexchange.com/questions/5344/has-anyone-ported-the-bitcoin-software-to-pure-clojure Sincerely, Felipe Micaroni Lalli Walltime: https://walltime.info Bitcoin Paranoid Android devel

[Bitcoin-development] Bitcoin development (testing & where to get Wallet code)

2014-07-29 Thread Caleb Roger Davis
I have several Bitcoin contributions I would like to make, mostly for learning purposes to get started: 1. I would like to contribute to unit and/or other types of tests (code), not production code. 2. I would like to understand the Bitcoin code (as much as possible from top to bottom