This project provides a user interface for the Obyte Decentralized Crypto Fund. It is plain HTML and Javascript, so it can be hosted on any web server or run locally.
For a fully decentralized experience, simply clone this repository and follow the instructions below to run the app on your local machine.
You can try out the Crypto Fund with no financial risk by visiting the live demo page which is a hosted instance of this project that connects to the Obyte testnet.
The simplest way to get started quickly is to launch a webpack dev server that will serve the app on http://localhost:8080
:
./gradlew jsBrowserRun
Building a distribution is useful if you want to host the app on a web server or run it locally without a dev server.
./gradle assemble
This will compile the Kotlin source into a Javacript file and place it under build/distributions
:
$ ls build/distributions/
index.html obyte-crypto-fund-ui.js obyte-crypto-fund-ui.js.map