Go to file
dependabot[bot] 8cff6c6a8c
Bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 08:07:36 +00: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 debug 2022-01-20 14:10:01 +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 Bump async from 2.6.3 to 2.6.4 2022-04-29 08:07:36 +00: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: