Skip to content

User interface for the Decentralized Cryptocurrency Fund

Notifications You must be signed in to change notification settings

pmiklos/obyte-crypto-fund-ui

Repository files navigation

User Interface for the Obyte Decentralized Crypto Fund

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.

Run the app

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

Build distribution

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

About

User interface for the Decentralized Cryptocurrency Fund

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages