/clj-blockchain

a simplistic implementation of a blockchain in clojure

Primary LanguageClojureApache License 2.0Apache-2.0

clj-blockchain

A simplistic implementation of a blockchain in Clojure, with the only objective of learning about both Blockchain and Clojure.

Usage - Development

lein run
lein test

Usage - executable jar

Build an uberjar and execute it.

lein uberjar
java -jar target/uberjar/clj-blockchain-0.1.0-SNAPSHOT-standalone.jar

Options

FIXME: listing of options this app accepts.

Examples

...

Bugs

...

Any Other Sections

That You Think

Might be Useful

License

Copyright © 2017 FIXME

Distributed under the Apache License v2.0, LICENSE.