QBX is the token (ERC20 based) of the qiibee protocol.
Node v8 or higher
npm install-
To run all tests:
npm test -
To enable verbose mode:
npm test --vORnpm test --verbose -
To run a specific test:
npm test -- test/QiibeeToken.js
Coverage has been disable because of conflicts with the different solidity versions of the contracts.
- Set environment variables:
ROPSTEN_PRIVATE_KEY- private key of account you want to use to deploy with (omit0x)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
qiibee Token is open source and distributed under the Apache License v2.0