Skip to content

Blockchain is cutting edge technology that has the ability to solve many fundamental problems in society. Using Jupiter, we strive to make this technology accessible by everyone.

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-2.0
COPYING.txt
Notifications You must be signed in to change notification settings

isaiastack/jupiter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

382 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Welcome to Jupiter!


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/jupiter-project/jupiter/releases and download the latest release.

  • dependencies:

    • General - Java 8
    • Ubuntu - apt install openjdk-8-jdk-headless
    • Debian - http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html
    • FreeBSD - pkg install openjdk8
    • MacOS (from Terminal)
      • brew tap AdoptOpenJDK/openjdk
      • brew install --cask adoptopenjdk8
      • To check, java -version
  • Repository - git clone https://github.com/jupiter-project/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

About

Blockchain is cutting edge technology that has the ability to solve many fundamental problems in society. Using Jupiter, we strive to make this technology accessible by everyone.

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-2.0
COPYING.txt

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 71.7%
  • Java 18.7%
  • JavaScript 8.8%
  • CSS 0.7%
  • Shell 0.1%
  • Batchfile 0.0%