This is a python implementation of the anonymous credentials ideas developed by IBM Research (see https://idemix.wordpress.com/ and http://www.research.ibm.com/labs/zurich/idemix/). We have built some additional features for revocation.
Anonymous Credentials requires a cryptographic framework. We have tested it with charm-crypto.
- epel-release
- python-setuptools
- unzip
- wget
git clone https://github.com/evernym/anoncreds.git
cd anoncreds
sh setup-charm.sh
git clone https://github.com/evernym/anoncreds.git
cd anoncreds
sh setup-charm-homebrew.sh
Please refer to the following guide on how to install charm-crypto on Windows x64: Windows Installation