bhb / blockchain

A toy implementation of a blockchain in Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A toy implementation of a blockchain in Clojure

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%