/blockchain

A toy implementation of a blockchain in Clojure

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

blockchain

A toy implementation of a blockchain in Clojure based on "Learn Blockchains by Building One".

Usage

This code has no practical use, since I only wrote it as an exercise to learn more about blockchains and practice writing specs for functions during development.

I wrote about the experience here

If you want to run the tests, run lein test

License

Copyright © 2018 Ben Brinckerhoff

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.