Skip to content

vefjun/twiteth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twiteth

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.

Prepare App

Start Solidity auto compiling:

lein auto compile-solidity

Start less compiling:

lein less4j auto

Run application

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/

About

A Little Less Simple Decentralized Twitter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages