Coder Social home page Coder Social logo

yuwiggin / lighthouse Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vinumeris/lighthouse

0.0 1.0 0.0 21.68 MB

Lighthouse: a peer to peer crowdfunding app that uses Bitcoin

License: Other

Java 79.88% Kotlin 16.63% CSS 1.83% Protocol Buffer 1.30% JavaScript 0.33% Shell 0.03%

lighthouse's Introduction

Lighthouse

Lighthouse is a decentralised, peer to peer crowdfunding application that uses the smart contracts features of the Bitcoin protocol. It lets you create projects and pledge to those projects.

Visit the web site:

https://www.vinumeris.com/lighthouse

get involved

Mailing lists:

Or sign up for occasional email newsletters on vinumeris.com.

You can chat to us in the #lighthouse chatroom on Freenode IRC.

If you're a developer, build instructions are at the end of this README.

how to tweak the user interface

You can do some work on the UI without being a Java developer. If you have web design experience modifying the Lighthouse UI will seem quite familiar. Ask for a binary build if you don't want to compile the app yourself, and then run Lighthouse with the --resdir=/path/to/ui/files flag. It should point to the client/src/main/resources/lighthouse directory from this git repository. You can use the Shortcut+S key combination to reload the UI whilst the app is running. Shortcut is the Cmd key on a Mac and Control key on Windows/Linux. The UI is defined by the CSS files and FXML files (similar to HTML but different language).

Documentation:

You can also use the Scene Builder tool to do visual UI design. It can't load main.fxml but everything else should open just fine.

license and legal stuff

The Lighthouse code is under the Apache license, which allows for commercial derivatives.

However the Lighthouse logo and name are not open. In future the logo images and name may be taken out of this repository and put into a proprietary branch. This would be a similar arrangement to Firefox and Chrome. The purpose of this is to ensure that if someone downloads an app called "Lighthouse" they know what they are getting and that it is not, for example, a fork or patched version of the app that may be broken in some way. If someone were to distribute a fork of the app, they would have to create a new name and logo so users can tell the fork apart from the original.

Thus to avoid confusion if you'd like to distribute a version of the project that doesn't match the upstream sources, please invent a new name and logo for it first. Thanks.

building from source

Building Lighthouse from source requires the Maven build tool and the bitcoinj library.

The latest version of bitcoinj should be installed from source:

$ git clone https://github.com/bitcoinj/bitcoinj
$ cd bitcoinj
$ mvn clean install

Compile Lighthouse with:

$ git clone https://github.com/vinumeris/lighthouse
$ cd lighthouse
$ mvn clean package

Run Lighthouse with:

$ java -jar client/target/shaded.jar

lighthouse's People

Contributors

alexbirkett avatar benhc123 avatar catap avatar digital-dreamer avatar lightlist avatar mikehearn avatar mineforeman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.