# 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.
