Skip to content

qiibee/qb-presale

Repository files navigation

QBX Presale

Build Status Coverage Status

Requirements

Node v8 or higher

Install

npm install

Main Contracts

Test

  • To run all tests: npm test

  • To enable verbose mode: npm test --v OR npm test --verbose

  • To run a specific test: npm test -- test/QiibeePresale.js

There are also two environment variables (GEN_TESTS_QTY and GEN_TESTS_TIMEOUT) that regulate the duration/depth of the property-based tests, so for example:

GEN_TESTS_QTY=50 GEN_TESTS_TIMEOUT=300 npm test

will make the property-based tests in test/QiibeePresaleGenTest.js to run 50 examples in a maximum of 5 minutes

Coverage

Coverage has been disable because of conflicts with the different solidity versions of the contracts.

License

qiibee Token is open source and distributed under the Apache License v2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published