Bitcoin Implementation in Scala
Find a file
2016-03-28 09:22:52 -05:00
project Adding BitcoinSUtil that mirrors ScalacoinUtil - ScalacoinUtil will be removed in the future 2016-02-26 12:34:58 -06:00
src Adding code to implement the script flag NULLDUMMy, changing how mulsignature script sigs are assigned in the factory. Now it can be ANY script number operation. When the script is evaluated it checks the NULLDUMMY flag and if the scriptsig starts with an OP_0 2016-03-28 09:22:52 -05:00
.gitignore Initial commit 2015-07-14 14:11:42 -05:00
build.sbt Adding build files 2015-12-21 17:16:30 -06:00
LICENSE Initial commit 2015-12-03 13:46:43 -06:00
README.md Init 2015-07-14 14:15:18 -05:00

Bitcoin protocol implemented in the Scala programming langauge