simpledapp.eth
https://simpledapp.status.im/
e979cf7ba7
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
resources/public | ||
scripts | ||
src | ||
.gitignore | ||
Jenkinsfile | ||
LICENSE | ||
README.md | ||
package.json | ||
project.clj | ||
webpack.config.js | ||
yarn.lock |
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: