I'm working with TheEtherian team to them test the Dgit, they needed a way to 'tokenize' contributions to their journal, so I suggested using dgit, github and .md files, so could be fair and transparent.
This was talk was on gitter channel
https://gitter.im/The_Etherian/Lobby?at=58f2e07b4cb8d0917394eea6
```
Ricardo Guilherme Schmidt
@3esmit
Abr 16 00:22
Ok, added my considerations and just replaying them here:
I?m working in token system. The tokens will be claimed all in once, by a computation script run by Oraclize. This will explore all commits and store the commiters by ?author? github login name.
If user is registered, by placing his address in a github gist of that account, the tokens are automatically claimed among all other github users.
If a github user have no address registered, the tokens are reserved for later claim. When user registers, he can claim for each repository all their pending points.
The script is working, but misses encryption option from oraclize for securely operating. I?m currently working in a workaround relaying this data to a server.
You will be the first testers of this system, the current method proposed (markdown files) seems like to be working.
You can ?preview? the amount of tokens you will recieve once the system is ready by accessing this link
https://github.com/ethereans/TheEtherian/graphs/contributors
The amount of tokens is the green value (Contributions to master, excluding merge commits), number of lines added.
If you have any questions, I'm happy to answer.
Ricardo Guilherme Schmidt
@3esmit
Abr 16 00:33
"43657a72b6af2149bb115ed7a167ef3a9b889d34","e2c8c7a091ce3893635ce47169c972c6d5434ffa", 7, [["ChaceHunter", 1000], ["wighawag", 6], ["pablanopete", 24], ["3esmit", 232], ["necrod", 20], ["truewavebreak", 50], ["MrNebbiolo", 181]]
head-sha,tail-sha,num-authors, [ ["author", points] ]
This is the current points if repository contract created & claimed now.
```