Proof-of-personhood, Spring 2021: Protocol specifications
See /docs/protocol.md for documentation about the protocol.
See ./examples to see some examples.
See ./test to run tests on the examples.
We use prettier as the source of truth for the formatting of JSON files.
Install and format with:
npm install --save-dev --save-exact prettier
prettier --write *.jsonIn any case, prettier will be run by the continuous integration pipeline when you open a pull request and any necessary changes will be suggested to you for inclusion.