Contract for distributing tokens across provided addresses.
Implemented with OpenZeppelin - GitHub
Compiled with Truffle - GitHub
Clone project and install dependencies.
git clone [email protected]:hyperquant-platform/token-distribution-contract.git
npm installBuild contracts via npm script.
npm run compileBefore running migrations edit environment variables in setenv.sh.
Setup enviroment and do migrations.
source setenv.sh
npx truffle migrate --network ropstennpm test