HyperQuant token and crowdsale solidity contracts.
Implemented with OpenZeppelin - GitHub
Compiled with Truffle - GitHub
Clone project and install dependencies.
git clone https://github.com/hyperquant-platform/hyperquant-contracts.git
npm installBefore running migrations edit environment variables in setenv.sh.
Your account have to be unlocked before migrating on testnet or mainnet.
Setup enviroment and do migrations.
source setenv.sh
npx truffle migrate --network rinkeby
Setup environment and run tests.
source setenv.sh # dummy values can be used here
npm test