UNPKG

givethdirectory

Version:
14 lines (8 loc) 347 B
# Giveth Campaign Directory smart contract ## Testing ### Setup `npm install` to install all node dependencies `truffle install` to install Ethereum dependencies ### Running Tests In a terminal window, run `testrpc --deterministic` to start the testrpc network In another terminal window, run `truffle test` to run the tests.