ferrucc-io / bitcoin

An Interactive Bitcoin Explainer [WIP Idea]

Home Page:https://ferrucc-io.github.io/bitcoin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-Frame Blockchain

In this repository you can find some of the code I've used to learn re-frame.

The idea was to build a simplified version of a blockchain, to play around with state and create something that's not a Todo list app.

Development Mode

Run application:

lein clean
lein figwheel dev

Figwheel will automatically push cljs changes to the browser.

Hot reloading

Wait a bit, then browse to http://localhost:3449.

Production Build

To compile clojurescript to javascript:

lein clean
lein cljsbuild once min

About

An Interactive Bitcoin Explainer [WIP Idea]

https://ferrucc-io.github.io/bitcoin/


Languages

Language:Clojure 60.2%Language:CSS 38.1%Language:HTML 1.7%