https://github.com/bhb/blockchain
A toy implementation of a blockchain in Clojure
https://github.com/bhb/blockchain
Last synced: over 1 year ago
JSON representation
A toy implementation of a blockchain in Clojure
- Host: GitHub
- URL: https://github.com/bhb/blockchain
- Owner: bhb
- License: epl-1.0
- Created: 2018-01-02T02:01:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T03:13:39.000Z (over 8 years ago)
- Last Synced: 2025-04-02T04:49:28.801Z (over 1 year ago)
- Language: Clojure
- Size: 19.5 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# blockchain
A toy implementation of a blockchain in Clojure based on ["Learn Blockchains by Building One"](https://hackernoon.com/learn-blockchains-by-building-one-117428612f46).
## Usage
This code has no practical use, since I only wrote it as an exercise to learn more about blockchains and practice writing [specs](https://clojure.org/guides/spec) for functions during development.
I wrote about the experience [here](https://gist.github.com/bhb/1d315481199ca6573dfcd24282b98ce5)
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.