https://github.com/trueblocks/gitcoin-data
Data repository for git coin data
https://github.com/trueblocks/gitcoin-data
Last synced: 2 months ago
JSON representation
Data repository for git coin data
- Host: GitHub
- URL: https://github.com/trueblocks/gitcoin-data
- Owner: TrueBlocks
- Created: 2020-06-21T00:46:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T16:32:02.000Z (almost 6 years ago)
- Last Synced: 2025-01-18T21:30:22.934Z (over 1 year ago)
- Language: Shell
- Size: 164 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitcoin-data
This is a data repository for data from Round 6 GitCoin Grants.
We used [TrueBlocks](http://github.com/Great-Hill-Corporation/trueblocks-core) to extract this data between blocks:
2020-06-11 18:25:30 UTC (block 10245999)
2020-06-21 12:20:07 UTC (block 10309068)
The data is stored in the folder `./data`. Read more [here](./data/README.md).
## Analysis
Analysis of the data is stored in the folder `./R`. Read more [here](./R/README.md).
We very much welcome your own contributions.
## FAQ
**Q1. Why is this data not presented via an API?**
**A1.** The TrueBlocks explorer is a local-first, desktop peice of software. In this environment, where it's possible to read and write directly to the hard drive, there is no need for an API. **Upside:** significanlty faster access to the data. **Downside:** no API.
## Contributing
Please feel free to add any folders, data files, or analysis you wish.