kiidfreak / qb-token

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Other


Languages

Language:JavaScript 81.8%Language:Shell 18.2%