Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
Giveth campaign directory
- Host: GitHub
- URL: https://github.com/giveth/givethdirectory
- Owner: Giveth
- License: gpl-3.0
- Created: 2017-01-23T05:44:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T00:16:50.000Z (5 months ago)
- Last Synced: 2024-10-11T14:07:57.528Z (about 1 month ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.