Go to file
dependabot[bot] 2720741a61
Bump ajv from 6.12.0 to 6.12.6
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.0...v6.12.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-13 06:12:55 +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 ajv from 6.12.0 to 6.12.6 2022-02-13 06:12:55 +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: