1
0
Fork 0
mirror of https://github.com/bitcoin-s/bitcoin-s.git synced 2025-03-23 23:49:16 +01:00
Bitcoin Implementation in Scala
Find a file
Nadav Kohen ddd352d844 BIP 340 Update ()
* Rebased all secp256k1 work on top of most recent BIP 340 (with even tie-breakers and new tags in hashes)

* Built windows binaries

* Added mac binaries
2020-12-14 16:05:00 -06:00
.github Move CI into indiviual workflows () 2020-12-14 06:37:09 -06:00
app Pulled down work from adaptor-dlc onto master () 2020-12-11 17:32:35 -06:00
app-commons Pulled down work from adaptor-dlc onto master () 2020-12-11 17:32:35 -06:00
app-commons-test/src/test/scala/org/bitcoins/commons Pulled down work from adaptor-dlc onto master () 2020-12-11 17:32:35 -06:00
bench 2020 11 02 cleanup () 2020-11-03 11:07:04 -06:00
bitcoin-s-docs Change versions in readme () 2020-09-27 08:16:59 -05:00
bitcoind-rpc Use PSBT type in bitcoind calls () 2020-11-09 08:50:48 -06:00
bitcoind-rpc-test Start refactoring testkit to allow for specifying a different binary … () 2020-12-07 13:14:40 -06:00
chain Get Scala 2.13.4 compiling () 2020-11-28 07:36:07 -06:00
chain-test/src/test 2020 11 13 issue 2258 () 2020-11-17 06:19:07 -06:00
core Pulled down work from adaptor-dlc onto master () 2020-12-11 17:32:35 -06:00
core-test Pulled down work from adaptor-dlc onto master () 2020-12-11 17:32:35 -06:00
crypto Added secp bindings for ECDSA Adaptor signatures and a bouncy castle implementation that is compatible 2020-12-14 16:05:00 -06:00
crypto-test Added secp bindings for ECDSA Adaptor signatures and a bouncy castle implementation that is compatible 2020-12-14 16:05:00 -06:00
db-commons Pulled down work from adaptor-dlc onto master () 2020-12-11 17:32:35 -06:00
db-commons-test/src/test/scala/org/bitcoins/db Fix TLV parsing for non-standard strings () 2020-12-03 12:30:17 -06:00
dlc-oracle/src/main Fix TLV parsing for non-standard strings () 2020-12-03 12:30:17 -06:00
dlc-oracle-test/src/test/scala/org/bitcoins/dlc/oracle Add function to validate OracleAnnouncementV0TLV's signature () 2020-12-02 06:59:44 -06:00
docs Setup Github Actions () 2020-12-07 13:35:22 -06:00
eclair-rpc Upgrade to scalac 2.13.3 () 2020-10-04 07:42:44 -05:00
eclair-rpc-test Start refactoring testkit to allow for specifying a different binary … () 2020-12-07 13:14:40 -06:00
fee-provider/src/main/scala/org/bitcoins/feeprovider Fee Provider from config () 2020-11-03 09:06:18 -06:00
fee-provider-test/src/test/scala/org/bitcoins/feeprovider Create more of a project structure in org.bitcoins.core.api, move DbR… () 2020-08-12 06:13:23 -05:00
key-manager Mask BIP39 password in the BIP39KeyManager () 2020-12-11 16:15:44 -06:00
key-manager-test/src/test/scala/org/bitcoins/keymanager Mask BIP39 password in the BIP39KeyManager () 2020-12-11 16:15:44 -06:00
node Fix P2PClient parsing unknown messages () 2020-12-06 13:49:30 -06:00
node-test/src/test Setup Github Actions () 2020-12-07 13:35:22 -06:00
project Pulled down work from adaptor-dlc onto master () 2020-12-11 17:32:35 -06:00
release-notes Add release notes directory similar to what bitcoin core does, docume… () 2020-11-06 12:04:32 -06:00
secp256k1@9ed48e7d33 BIP 340 Update () 2020-12-14 16:05:00 -06:00
secp256k1jni BIP 340 Update () 2020-12-14 16:05:00 -06:00
testkit Don't allow fee unit gen to be 0 () 2020-12-12 07:34:26 -06:00
wallet Pulled down work from adaptor-dlc onto master () 2020-12-11 17:32:35 -06:00
wallet-test/src/test Let wallet sign PSBTs () 2020-11-07 09:25:59 -06:00
website Bump ini from 1.3.5 to 1.3.7 in /website () 2020-12-11 06:53:38 -06:00
zmq 2020 11 02 cleanup () 2020-11-03 11:07:04 -06:00
.dockerignore WIP: Docusaurus website () 2019-05-14 18:05:14 -05:00
.gitignore PostgreSQL support () 2020-06-02 16:37:48 -05:00
.gitmodules Update Secp256k1 () 2020-04-14 15:42:58 -05:00
.jvmopts Add hardcoded jvmopts file that starts with a 2g heap () 2020-05-20 07:31:58 -05:00
.scalafmt.conf Update scalafmt-core to 2.6.4 () 2020-08-24 14:24:16 -05:00
build.sbt Fix TLV parsing for non-standard strings () 2020-12-03 12:30:17 -06:00
CONTRIBUTING.md WIP: Docusaurus website () 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 () 2019-05-14 18:05:14 -05:00
inThisBuild.sbt Added secp256k1_schnorrsig_sign to JNI 2020-12-14 16:05:00 -06:00
LICENSE updating license 2018-01-17 17:15:18 -06:00
README.md Change versions in readme () 2020-09-27 08:16:59 -05:00
try-bitcoin-s.sh Update try-bitcoin-s.sh () 2020-02-26 07:50:17 -06: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

Getting started

https://bitcoin-s.org/docs/getting-setup

Adding bitcoin-s to your library

The latest release of bitcoin-s is v0.4.0, here is how you can use the dependencies in your projects:

libraryDependencies += "org.bitcoin-s" % "bitcoin-s-secp256k1jni" % "0.4.0"

libraryDependencies += "org.bitcoin-s" %% "bitcoin-s-core" % "0.4.0"

libraryDependencies += "org.bitcoin-s" %% "bitcoin-s-chain" % "0.4.0"

libraryDependencies += "org.bitcoin-s" %% "bitcoin-s-bitcoind-rpc" % "0.4.0"

libraryDependencies += "org.bitcoin-s" %% "bitcoin-s-eclair-rpc" % "0.4.0"

libraryDependencies += "org.bitcoin-s" %% "bitcoin-s-key-manager" % "0.4.0"

libraryDependencies += "org.bitcoin-s" %% "bitcoin-s-node" % "0.4.0"

libraryDependencies += "org.bitcoin-s" %% "bitcoin-s-wallet" % "0.4.0"

libraryDependencies += "org.bitcoin-s" %% "bitcoin-s-testkit" % "0.4.0"

libraryDependencies += "org.bitcoin-s" %% "bitcoin-s-zmq" % "0.4.0"