bitcoin-s/doc
2019-06-07 07:29:40 -05:00
..
src/main/scala Refactor logback configuration to reduce repetition (#499) 2019-06-07 07:29:40 -05:00
configuration.md Node (#490) 2019-06-04 09:53:00 -05:00
database.md Node (#490) 2019-06-04 09:53:00 -05:00
README.md Node (#490) 2019-06-04 09:53:00 -05:00

Ammonite scripts

This project contain Ammonite scripts that demonstrate functionality of bitcoin-s.

Running them with sbt:

$ sbt "doc/run path/to/script.sc" # this is very slow, not recommended

Running them with the Bloop CLI:

$ bloop run doc --args path/to/script.sc # much faster than through sbt