mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 19:37:30 +01:00
.. | ||
src/main/scala/org/bitcoins/doc | ||
README.md |
Ammonite scripts
This project contain Ammonite scripts that demonstrate
functionality of bitcoin-s
.
Running them with sbt:
$ sbt "scripts/run path/to/script.sc" # this is very slow, not recommended
Running them with the Bloop CLI:
$ bloop run scripts --args path/to/script.sc # much faster than through sbt