-
Clone this repository
git clone --recursive git@github.com:melonproject/competitions.git cd competitions -
Install dependencies
npm install -
Generate bytecode and abi of smart-contracts using dapp suite
npm run compile
After installation is complete, go to the above competitions directory, open a terminal and:
-
Launch a testrpc client:
npm run localnode -
Open a second terminal and run the test framework:
npm test
