Skip to content

qiibee/qb-token

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published