Skip to content

jitadigital/deeptoken

Repository files navigation

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

Releases

No releases published

Packages

No packages published