Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.23 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.23 KB

QBX Token

Build Status Coverage Status

QBX is the token (ERC20 based) of the qiibee protocol.

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/QiibeeToken.js

Coverage

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

Deploy to Ropsten

  • Set environment variables:
    • ROPSTEN_PRIVATE_KEY - private key of account you want to use to deploy with (omit 0x)
    • INFURA_API_TOKEN - your Infura API token
  • Update values in migrations/2_token_migration.js
    • update address with address you want to set as owner

License

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