The Social Mining Protocol DICE is a cryptocurrency, the basis of a revolutionary new model of social economy. DICE.Money
The current project is a NodeJS Application.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
- You will need to have installed NodeJS Engine on your computer.
- Also it's required to have npm packege managment system locally.
- [optional] MinGW for Windows machines.
- [optional] Nexe package installed as global package.
- [optional] Mocha and mochawesome packages installed as global packages.
Go to NodeJS and download NodeJS Engine. Recomended version: 8.9.x (LTS)
Install NodeJS
[optional] Only for building of project
Go to MinGW and download installer.
Install basic setup of GNU packages.
As regular NodeJS application, you will need to install all required packages.
Clone repository or download zip
git clone --recurse-submodules -j8 https://github.com/DICE-Money/DICE-Cli-Core.git
Install application
cd ~/DICE-Cli-Core
npm install
or
Install.bat
[optional] Install global packages
npm -i -g nexe
npm -i -g mocha
npm -i -g mochawesome
To verify installation go to Miner folder
cd ~/DICE-Cli-Core/Apps/Miner
node index.js -ver
- Mihail Maldzhanski - Initial work - pollarize
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details