Entirly written in zencode and hosted with ncr.
Visit the deployed service on https://zkp.api.forkbomb.eu/docs.
To run your own microservice run the following commands:
# clone the repository
git clone https://github.com/ForkbombEu/zkp-microservice.git
cd zkp-microservice
# install ncr and launch it
make up
Then visit http://localhost:3333/docs
Copyright © 2025 by Forkbomb BV, Amsterdam
- 🔀 FORK IT
 - Create your feature branch 
git checkout -b feature/branch - Commit your changes 
git commit -am 'feat: New feature\ncloses #398' - Push to the branch 
git push origin feature/branch - Create a new Pull Request 
gh pr create -f - 🙏 Thank you
 
Zkp-microservice - Privacy-preserving Zero-Knowledge Proof microservice
Copyleft 🄯 2025 The Forkbomb Company, Amsterdam
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.