Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

SigwoTechnologies/jupiter

Repository files navigation


Welcome to Jupiter! # pipeline status


What is Jupiter?

Jupiter is the base platform needed to run the Gravity framework for information storage and decentralized application building. Jupiter is built from Nxt's system based on cryptography and blockchain technology.


Get it!

=======

  • pre-packaged - https://github.com/SigwoTechnologies/jupiter/releases and download the latest release.

  • dependencies:

    • General - Java 8
    • Ubuntu - apt install openjdk-8-jre-headless
    • Debian - http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html
    • FreeBSD - pkg install openjdk8
  • Repository - git clone https://github.com/SigwoTechnologies/jupiter/


Run it!

  • Click on the Jupiter icon, or start from the command line:

    • Unix: bash start.sh
    • Window: run.bat
  • Wait for the JavaFX wallet window to open.

  • On platforms without JavaFX, open http://localhost:7876/ in a browser.


Compile it!

  • If necessary with: ./compile.sh.
  • You need jdk-8 as well.

Improve it!

  • We love pull requests
  • We love issues (resolved ones actually ;-) )
  • In any case, make sure you leave your ideas at GitHub
  • Assist others on the issue tracker
  • Review existing code and pull requests

Troubleshooting the JRS (Jupiter Reference Software)

  • How to Stop the JRS Server?

    • Click on Jupiter Stop icon, or run bash stop.sh.
    • Or if started from command line, ctrl+c or close the console window.
  • UI Errors or Stacktraces?

    • Report on Github
  • Permissions Denied?

    • No spaces and only latin characters in the path to the JRS installation directory.
    • Known jetty issue.

Further Reading (WIP)##

  • In this repository:
    • USERS-GUIDE.md
    • DEVELOPERS-GUIDE.md
    • OPERATORS-GUIDE.md