Skip to content

DICE Money Core library contains models and console view modules, also configuration for building and testing.

License

Notifications You must be signed in to change notification settings

pollarize/DICE-Cli-Core

Repository files navigation

DICE Money Cli

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.

Getting Started

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.

Prerequisites

What things you need to install the software and how to install them

  1. You will need to have installed NodeJS Engine on your computer.
  2. Also it's required to have npm packege managment system locally.
  3. [optional] MinGW for Windows machines.
  4. [optional] Nexe package installed as global package.
  5. [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.

Installing

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

Authors

  • Mihail Maldzhanski - Initial work - pollarize

License

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details

About

DICE Money Core library contains models and console view modules, also configuration for building and testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published