Sign inSign up

ndexnetwork/ndc

By ndexnetwork

Updated over 6 years ago

Image
0

986

ndexnetwork/ndc repository overview


nDEX Network | A Blockchain Business Development Platform

Docker Stars Docker Pulls Docker Cloud Build Status GitHub release (latest by date)


What is NDC?

NDC is a cryptocurrency to make the world a better place. See LICENSE


PORTS AND DETAILS

Name of Blockchain: NDC

Peer port: 17799

Testnet peer port: 17798

API server port: 17788

Website of the project: nDEX Network's NDC Page

Run in Docker [Easy like 1,2,3 ]
1. Install docker : sudo curl -sSL https://get.docker.com/ | sh
2. Install docker-compose & change its permission:  
sudo curl -L https://github.com/docker/compose/releases/download/1.24.1/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
3. Finally run:

docker run --name ndc -d  \
 -p 0.0.0.0:80:17788  \
 --publish 17799:17799  \
 --publish 17788:17788 \
ndexnetwork/ndc


[ No deps no fixer!!!]
Open JDK works FINE!!

Run it!
  • click on the NDX icon, or start from the command line:

  • linux: ./start.sh

  • Window: run.bat

  • wait for the JavaFX wallet window to open

  • on platforms without JavaFX, open http://localhost:6868/ in a browser


Compile it!
  • if necessary with: ./compile.sh
  • you need jdk-8 as well [Use openjdk (Linux users)]

Troubleshooting the NDX Server

  • How to Stop the NDX Server?

    • click on NDC 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 Github
  • Permissions Denied?

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

Further Reading
  • in this repository:
    • USERS-GUIDE.md
    • DEVELOPERS-GUIDE.md
    • OPERATORS-GUIDE.md
    • In the doc folder

                               Copyright © 2020 nDEX Network Ltd.
                             Copyright © 2016-2018 Jelurida IP B.V.

Tag summary

Content type

Image

Digest

Size

632.3 MB

Last updated

over 6 years ago

docker pull ndexnetwork/ndc