bitcljoin icon indicating copy to clipboard operation
bitcljoin copied to clipboard

start of a clojure wrapper for bitcoinj

Results 3 bitcljoin issues
Sort by recently updated
recently updated
newest added

When initially trying to get the library to work (as per instructions) I got the following error: user=> (use 'bitcoin.core) SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation...

Title says it all - if I'm not mistaken, clojure.stacktrace should be required.

``` => (use 'bitcoin.core) Exception namespace 'bitcoin.core' not found clojure.core/load-lib (core.clj:5380) ``` This works fine for the 0.2.0 jar.