From d1b12da9bafca081cff245fa46f6424f90bfa355 Mon Sep 17 00:00:00 2001 From: Ricardo Guilherme Schmidt <3esmit@gmail.com> Date: Thu, 1 Jun 2017 21:53:53 -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 929ea93..619d012 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,7 @@ reactions-reward: heart, +1 ### GitHub User Ethereum Address To control GitHubOracle users need to link their GitHub user login to an ethereum address. -User calls GitHubOracle and passes his username and the gistid, GitHubOracle registers users by in gistid file called `register.txt` under user `login`. - -This file must contain only a ethereum address starting with `0x`. +User calls GitHubOracle and passes his username and the gistid, GitHubOracle registers users by loading gistid file called `register.txt` under user `login`. This file must contain only the ethereum address who made the register call, starting with `0x`. ### Tokenize project merged contributions @@ -37,6 +35,8 @@ Any repository that enabled commits-rewards will have tokenization enabled of th The avaliable modes are `lines` or `words` that respectively mint tokens by added lines or added words. +GitHub Oracle load commits in batches, and accept continue in case of huge commit trees (+4k commits). + ### Distribute project donations to contributors Repositories that enabled tokenizations of contributions also have a DonationBank that can be withdrawn by Project Token Holders in the start of every epoch, called locked period, where trasfers and minting are blocked. @@ -67,4 +67,4 @@ Ethereum network potential still much unexplored and we still don't know all inc Developed by Ricardo Guilherme Schmidt <3esmit>; -Special thanks to all that made this possible: Status.im, Oraclize, Solidity & Remix team, ParityTech, Kovan, Rinkeby, TheEtherian, Giveth, Ether.camp, Foundation. \ No newline at end of file +Special thanks to all that made this possible: Status.im, Oraclize, Solidity & Remix team, ParityTech, Kovan, Rinkeby, TheEtherian, Giveth, Ether.camp, Foundation.