/networkunits

Network Units (NU) Crowdsale

Primary LanguageJavaScript

Welcome to the NU crowdsale and token repository

Network Units (NU) is a decentralised worldwide collaboration of computing power.

By allowing gamers and service providers to participate in our unique mining process, we will create an ultra-fast, blockchain controlled multiplayer infrastructure rentable by developers.

https://networkunits.io/

Preparing development environment

  1. git clone this repository.
  2. Install Docker. This is needed to run the Test RCP client in an isolated environment.
  3. Install Node Package Manager (NPM). See installation instructions
  4. Install the Solidity Compiler (solc). See installation instructions.
  5. Run npm install to install project dependencies from package.json.

Dependency Management

NPM dependencies are defined in package.json. This makes it easy for all developers to use the same versions of dependencies, instead of relying on globally installed dependencies using npm install -g.

To add a new dependency, execute npm install --save-dev [package_name]. This adds a new entry to package.json. Make sure you commit this change.

Code Style

Solidity

We strive to adhere to the Solidity Style Guide as much as possible. The Solium linter has been added to check code against this Style Guide. The linter is run automatically by Continuous Integration.

Javascript

For plain Javascript files (e.g. tests), the Javascript Standard Style is used. There are several plugins available for widely-used editors. These also support automatic fixing. This linter is run automatically by Continuous Integration.

Development

Crowdsale and token developed by Frank Bonnet