Skip to content

Instantly share code, notes, and snippets.

@0xAnonymous
Created August 5, 2020 12:41
Show Gist options
  • Save 0xAnonymous/0eae18f9f0a264b049104858412f381a to your computer and use it in GitHub Desktop.
Save 0xAnonymous/0eae18f9f0a264b049104858412f381a to your computer and use it in GitHub Desktop.

The Imitation Game: A proof-of-unique-human system

The Imitation Game is built around the functions register(), immigrate(), dispute() and reassign(). The schedule is enforced with scheduler(). Personhood is verified with the public mapping proofOfPersonhood. Mixing is done with external contracts.

For a complete reference implementation, see ImitationGame.sol.

Synapses

Turing, Alan M. (1950). Computing machinery and intelligence. Mind 59 (October):433-60.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment