javierarilos / clj-blockchain

a simplistic implementation of a blockchain in clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

a simplistic implementation of a blockchain in clojure

License:Apache License 2.0


Languages

Language:Clojure 100.0%