No description, website, or topics provided.
Java JavaScript HTML CSS Shell IDL Other
Pull request Compare This branch is 43 commits behind BurstCore:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
addons/src
changelogs
conf
contrib
html
installer
lib
logs
resource
src
test/java/nxt
testlib
.gitattributes
.gitignore
3RD-PARTY-LICENSES.txt
BURST_Wallet.url
COPYING.txt
DEVELOPERS-GUIDE.md
Dockerfile
LICENSE.txt
OPERATORS-GUIDE.md
README.md
README.txt
USERS-GUIDE.md
_config.yml
compact.bat
compact.sh
compile.sh
constants-export.sh
h2.sh
h2testnet.sh
jar.sh
javadoc.sh
mac-release-package.sh
nxt.policy
nxt.pro
nxtdesktop.policy
package.sh
release-package.sh
run-desktop.sh
run-tests.sh
run.bat
run.sh
sign.sh
start.sh
stop.sh
win-compile.bat
win-compile.sh
win-javadoc.bat
win-javadoc.sh
win-package.sh
win-release-package.sh
win-run-tests.sh

README.md


Welcome to Burst!


What is Burst?

Burst is a modern economic system based on cryptography and blockchain technology.

With Burst, you can manage and interact with

  • your assets
  • your businesses
  • your customers

in such a way that no trusted third parties are required anymore.


Get it!

  • dependencies:

    • general - Java 8
    • Ubuntu - http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html
    • 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/BurstNation/Burst-Core-Wallet.git


Run it!

  • Unix: ./start.sh

  • Mac: ./run.command

  • 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: ./win-compile.bat
  • 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
  • cf. coding guidelines in DEVELOPERS-GUIDE.md

Troubleshooting the NRS (Nxt Reference Software)

  • How to Stop the NRS Server?

    • click on Nxt Stop icon, or run ./stop.sh
    • or if started from command line, ctrl+c or close the console window
  • UI Errors or Stacktraces?

    • report on BitBucket
  • Permissions Denied?

    • no spaces and only latin characters in the path to the NRS installation directory
    • known jetty issue

Further Reading