Skip to content

hyperquant-platform/token-distribution-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperQuant token distribution contract

Contract for distributing tokens across provided addresses.

Implemented with OpenZeppelin - GitHub

Compiled with Truffle - GitHub

Setup

Clone project and install dependencies.

git clone git@github.com:hyperquant-platform/token-distribution-contract.git
npm install

Build

Build contracts via npm script.

npm run compile

Migrations

Before running migrations edit environment variables in setenv.sh.

Setup enviroment and do migrations.

source setenv.sh
npx truffle migrate --network ropsten

Testing

npm test

About

HyperQuant token distribution contract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published