A Little Less Simple Decentralised Twitter.
A re-frame application based on:
Has been tested on Ubuntu 16.10 with a local blockchain running on geth. See above link for setting up geth.
Start Solidity auto compiling:
lein auto compile-solidity
Start less compiling:
lein less4j auto
lein clean lein figwheel dev
Figwheel will automatically push cljs changes to the browser.
Wait a bit, then browse to [http://localhost:3449](http://localhost:3449).
## Production Build
To compile clojurescript to javascript:
lein clean lein cljsbuild once min
```clojure
(twiteth.core/-main)
(figwheel-sidecar.repl-api/start-figwheel! (figwheel-sidecar.config/fetch-config))
(figwheel-sidecar.repl-api/cljs-repl)
Open at http://localhost:6655/