Go to file
Serhy 96552462d8
Update ropsten faucet URL
2019-03-22 10:54:22 +02:00
resources/public web3 injection 2018-08-20 17:48:56 +03:00
src Update ropsten faucet URL 2019-03-22 10:54:22 +02:00
.gitignore gitignore and readme 2018-03-20 11:46:41 +03:00
README.md gitignore and readme 2018-03-20 11:46:41 +03:00
package-lock.json Initial commit 2018-03-20 11:38:33 +03:00
package.json Initial commit 2018-03-20 11:38:33 +03:00
project.clj added filters and signed message 2018-06-27 10:19:20 +03:00
webpack.config.js Initial commit 2018-03-20 11:38:33 +03:00

README.md

status-dapp

Simple Dapp

Installation:

npm install
npm run build

Development Mode

Run application:

lein figwheel-repl

Figwheel will automatically push cljs changes to the browser.

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

Production Mode

Build CLJS:

lein build-prod

Open resources/public/index.html in the browser.