bitcoin-s/scripts
2019-06-07 07:29:40 -05:00
..
src/main/scala/org/bitcoins/doc Refactor logback configuration to reduce repetition (#499) 2019-06-07 07:29:40 -05:00
README.md WIP: Docusaurus website (#465) 2019-05-14 18:05:14 -05:00

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