From e97f29e10ddc68b9704484da60113c16814bfc4b Mon Sep 17 00:00:00 2001 From: Ricardo Guilherme Schmidt <3esmit@gmail.com> Date: Fri, 17 Mar 2017 13:53:34 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6edb734..a63887d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# GitHubToken -Contract using Oraclize that mint tokens by github commit stats. +# GitHubOracle +Tokenize github repositories by commits and issues. Accept donations in eth tokens, distribute donations and bounties to code commiters. ## Usage @@ -15,8 +15,8 @@ Example: `GitHubOracle.addRepository("ethereans/github-token")` ### Claiming Tokens Push your commits to github and take the github commitid for each push. -Call `GitHubToken.claim("")` -Example: `GitHubToken.claim("0d3a00941ed72a89f1bf273f17cfd12a0790b82d")` +Call `GitHubOracle.claimCommit("")` +Example: `GitHubOracle.claimCommit("0d3a00941ed72a89f1bf273f17cfd12a0790b82d")` There is no need of specifing the user, this is returned by oraclize call, but the user need to be registered in GitHubOracle in order to claim the tokens. Anyone can call this, and the tokens will be sent to the address registered in user registry.