Go to file
andrey ffb30dd5aa goerli chain id for sign typed message 2022-07-28 15:38:37 +02:00
resources/public Create webviewcamera.html 2021-02-04 17:51:44 +02:00
scripts add CI setup for auto deployments 2020-04-01 10:23:50 +02:00
src goerli chain id for sign typed message 2022-07-28 15:38:37 +02:00
.gitignore Added deep-links tab 2019-05-03 14:28:31 +02:00
Jenkinsfile add CI setup for auto deployments 2020-04-01 10:23:50 +02:00
LICENSE add MIT license 2020-04-01 10:23:50 +02:00
README.md readme: update CI job link 2021-06-01 09:46:52 +02:00
package.json add CI setup for auto deployments 2020-04-01 10:23:50 +02:00
project.clj Retry creation of web3 object if js/ethereum is not available right away 2022-01-20 13:50:51 +02:00
webpack.config.js Initial commit 2018-03-20 11:38:33 +03:00
yarn.lock add CI setup for auto deployments 2020-04-01 10:23:50 +02:00

README.md

Desription

Status Simple Dapp is a helper Dapp for developers and testers of Status App.

Installation:

yarn install
yarn 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:

yarn run compile

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

Deploy

yarn run deploy

Continuous Integration

Status Jenkins instance builds the master branch with this job:

https://ci.status.im/job/website/job/simpledapp.status.im/

Which deploys it to gh-pages branch which is published at: