Skip to content

hyperquant-platform/hyperquant-contracts

Repository files navigation

HyperQuant contracts

HyperQuant token and crowdsale solidity contracts.

Implemented with OpenZeppelin - GitHub

Compiled with Truffle - GitHub

Setup

Clone project and install dependencies.

git clone https://github.com/hyperquant-platform/hyperquant-contracts.git
npm install

Migrations

Before 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

Testing

Setup environment and run tests.

source setenv.sh  # dummy values can be used here
npm test

About

HyperQuant solidity contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published