An open API service indexing awesome lists of open source software.

https://github.com/giveth/givethdirectory

Giveth campaign directory
https://github.com/giveth/givethdirectory

Last synced: about 1 year ago
JSON representation

Giveth campaign directory

Awesome Lists containing this project

README

          

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