This is a light-weight server for fair blind signature with privacy-preserving smart constract. You can find the complete project at blockchain-crypto-lab. All rights reserved by Anonymous Team
.
We suggest using docker to deploy.
docker pull aowatchsea/blindca
docker run -t -i -p 8080:8080 aowatchsea/blindca
./blindCA/start.sh
Then open http://localhost:8080 in your browser, just enjoy~!
Firefox browser is recommended in this project.
If you want to use the source codes, please ensure that you have installed the following dependencies:
git clone https://github.com/liu246542/blindCA
chmod +x ./start.sh
./start.sh