Gladius is the decentralized solution to protect against DDoS attacks by allowing you to connect with protection pools near you to provide better protection and accelerate your content. With an easy to use interface as well as powerful insight tools, Gladius enables anyone to protect and accelerate their website. Visit https://gladius.io/
git clone
this repository.- Install Docker. This is needed to run the Test RCP client in an isolated environment.
- Install Node Package Manager (NPM). See installation instructions
- Install the Solidity Compiler (
solc
). See installation instructions. - Run
npm install
to install project dependencies frompackage.json
.
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.
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.
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.
Crowdsale and token developed by Frank Bonnet and reviewd by Hosho and SmartDec