67P / kredits-contracts-legacy

[DEPRECATED] Smart contracts for Kosmos Kredits
5 stars 3 forks source link

Allow users to signup as members #17

Open bumi opened 7 years ago

bumi commented 7 years ago

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:

raucao commented 7 years ago

Sounds great!

One question: wouldn't we also have to verify that the user controls the private keys for that Ethereum address?

bumi commented 7 years ago

That is done because the user initiates the signup / msg.sender is the account that has sent the transaction, thus controls the account.

raucao commented 7 years ago

Ah, right. Thanks.