Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 879 Bytes

README.md

File metadata and controls

47 lines (27 loc) · 879 Bytes

Deep Token Contract

This repository contains the implementation of the smart contract used for the Deep Token sale.

For more information please check https://deeptoken.io

Building and testing

sudo npm install -g [email protected]
sudo npm install -g [email protected]
npm install .
truffle install zeppelin

start testrpc with

./scripts/start_testrpc.sh

run tests with

truffle test

Coverage tests

Install solidity-coverage tool

npm install --save-dev solidity-coverage

Run tests with

./scripts/coverage.sh

Report will be generated in coverage/index.html file

Authors

(C) 2017-2018 Jita Ltd

Jerome Rousselot

Marko Atanasievski

Srdjan Obucina