Bitcoin Implementation in Scala
Find a file
Torkel Rogstad 2640b3dc77 Add main method for running Mdoc
This allows working on the website without
opening sbt at all. bloop run docs -- --watch
compiles all Mdoc sources and outputs it into
the correct directory.
2019-07-03 16:04:17 +02:00
.github/ISSUE_TEMPLATE Update bug report template 2019-06-20 17:26:02 +02:00
bench Refactor logback configuration to reduce repetition (#499) 2019-06-07 07:29:40 -05:00
bitcoin-s-docs Add main method for running Mdoc 2019-07-03 16:04:17 +02:00
bitcoind-rpc Tune down excessive logging 2019-07-02 11:22:18 +02:00
bitcoind-rpc-test/src/test [Tests] Kill all bitcoind instances after running 2019-06-13 19:22:56 -07:00
chain Service identifier and node cleanup (#522) 2019-06-17 14:27:51 -05:00
chain-test/src/test Default to file based databases in tests (#517) 2019-06-14 11:10:36 -05:00
core Add case for empty bloom filter (#561) 2019-07-02 10:39:22 -05:00
core-test Add case for empty bloom filter (#561) 2019-07-02 10:39:22 -05:00
db-commons Create DBs transactionally 2019-06-27 15:28:08 +02:00
doc Refactor logback configuration to reduce repetition (#499) 2019-06-07 07:29:40 -05:00
docs Add main method for running Mdoc 2019-07-03 16:04:17 +02:00
eclair-rpc Give sbt-api-mappings plugin a concrete version, fix compiler warnings with unused imports (#485) 2019-05-30 09:47:21 -05:00
eclair-rpc-test/src/test/scala/org/bitcoins/eclair Node (#490) 2019-06-04 09:53:00 -05:00
node Attempt to sync with sendheaders (#537) 2019-06-20 05:58:25 -05:00
node-test/src/test/scala/org/bitcoins/node Make NodeWithWalletTest properly falsifiable 2019-06-27 15:29:21 +02:00
project Add main method for running Mdoc 2019-07-03 16:04:17 +02:00
scripts Refactor logback configuration to reduce repetition (#499) 2019-06-07 07:29:40 -05:00
secp256k1@2e16ac7d6c Changing TxSigComponent to take a TransactionOutput instead of a ScriptPubKey, refactoring ScriptProgram into 3 companion objects PreExecutionScriptProgram, ExecutionInProgressScriptProgram, ExecutedScriptProgram 2018-05-19 09:25:32 -05:00
secp256k1jni 2019 07 01 windows secp256k1 bin (#559) 2019-07-02 05:42:49 -05:00
testkit Have sampleSome do a maximum of 10 attempts 2019-07-01 19:02:01 +02:00
wallet Refactor TX processing logic and add comments re. TODOs 2019-07-01 13:37:47 +02:00
wallet-test/src/test Tune down excessive logging 2019-07-02 11:22:18 +02:00
website Add Bitcoin-S logo to git repo 2019-06-28 10:28:51 +02:00
zmq Node (#490) 2019-06-04 09:53:00 -05:00
.dockerignore WIP: Docusaurus website (#465) 2019-05-14 18:05:14 -05:00
.gitignore WIP: Docusaurus website (#465) 2019-05-14 18:05:14 -05:00
.gitmodules Adding specific commit for secp256k1 2018-04-25 16:44:48 -05:00
.jvmopts Reduce number of requests we send to eclair in testkits, add commandN… (#343) 2019-02-19 14:18:37 -06:00
.scalafmt.conf Add access modifier sort rewrite rule (#468) 2019-05-22 05:54:41 -05:00
.travis.yml Don't run Travis tests on merge' 2019-06-11 19:03:48 +02:00
build.sbt Add main method for running Mdoc 2019-07-03 16:04:17 +02:00
CONTRIBUTING.md WIP: Docusaurus website (#465) 2019-05-14 18:05:14 -05:00
docker-compose.yml Docs: removes blog from website 2019-06-11 12:59:58 +02:00
Dockerfile WIP: Docusaurus website (#465) 2019-05-14 18:05:14 -05:00
inThisBuild.sbt Bump scalac to 2.12.8 (#340) 2019-02-16 14:52:04 -06:00
LICENSE updating license 2018-01-17 17:15:18 -06:00
README.md Revamp README (#513) 2019-06-17 05:53:58 -05:00
try-bitcoin-s.sh Doc: Add stable and unstable version, try bitcoin-s script 2019-05-31 17:14:15 +02:00

Bitcoin-S logo Build Status Coverage Status Maven Central Gitter chat

Feature rich toolkit for making Bitcoin and Lightning applications on the JVM.

For a complete guide on how to get started with Bitcoin-S, see our website at Bitcoin-S.org