onyema3 / crowdsale

ERC20 token sale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the crowdsale and token repository of MoxyOne

Tokens With Real World Value

Advancing the blockchain industry by creating seamless and secure debit card and payment infrastructure for every company, project and ICO that issues cryptocurrency tokens.

https://moxy.one/

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 @DCORP

About

ERC20 token sale


Languages

Language:JavaScript 100.0%