Skip to content

sky-ico/competitions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

competitions

Gitter License: GPL v3

Installation

  1. Clone this repository

    git clone --recursive git@github.com:melonproject/competitions.git
    cd competitions
    
  2. Install dependencies

    npm install
    
  3. Generate bytecode and abi of smart-contracts using dapp suite

    npm run compile
    

Testing

After installation is complete, go to the above competitions directory, open a terminal and:

  1. Launch a testrpc client:

    npm run localnode
    
  2. Open a second terminal and run the test framework:

    npm test
    

About

Melon Competition Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 91.7%
  • HTML 6.7%
  • CSS 1.2%
  • Makefile 0.4%