Go to file
Andrey Shovkoplyas 22270a8c61
test case for two transactions one after another
2019-01-29 15:49:07 +01:00
resources/public web3 injection 2018-08-20 17:48:56 +03:00
src test case for two transactions one after another 2019-01-29 15:49:07 +01: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.