Clojure blockchain implementation based on the tutorial from Hackernoon blockchain article
Examples in how to use yada/bidi/integrant
lein run
Operation | Method | Body |
---|---|---|
Mine | GET | |
Transaction | POST | {"sender":"73676424-7bff-4e06-a96b-47c2ed619753", |
"recipient":"73676424-7bff-4e06-a96b-47c2ed619753", |
||
"amount":1000} |
||
Register new node | POST | ["http://192.168.0.1:5000"] |
Reconcile nodes | GET |