From b117fd17b1f2f4330433e9a1422a96cafae4a223 Mon Sep 17 00:00:00 2001 From: Ricardo Guilherme Schmidt Date: Thu, 16 Jul 2020 03:18:09 -0300 Subject: [PATCH] add details on badges research --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0bc091e..4f2e9e0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # `principles-dapp` A dapp that works inside of Status that allows someone to cryptographically sign the principles. + +The ethereum is used to store a badge related to an address to mark as it signed the principles. + +## Existent Research on Badges + +https://github.com/ethereum/EIPs/issues/735 +https://github.com/ethereum/EIPs/issues/780 +https://github.com/ethereum/EIPs/issues/1261 +https://github.com/ethereum/EIPs/issues/1238 +https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1812.md \ No newline at end of file