You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all contributors must be managed by existing core members.
Using [Oraclize)[http://www.oraclize.it/] we could allow members to signup with their github user account.
A core member would still be in control but the member would be in control of the signup with the ETH address.
how could it work?
publish a gist with the chosen ETH address
use kredits-web interface to initiate a signup
contract uses oraclize to retrieve gist information (inkl. github user data) and compares the eth address to the msg.sender address.
if msg.sender == the address in the contract we can assume the msg.sender controls the github account
Currently all contributors must be managed by existing core members.
Using [Oraclize)[http://www.oraclize.it/] we could allow members to signup with their github user account.
A core member would still be in control but the member would be in control of the signup with the ETH address.
how could it work?
resources:
The text was updated successfully, but these errors were encountered: