Blockcerts as a web app

I am currently working on my Final year project in BlockCerts , my biggest challenge is to convert cert issuing into an app. Is it possible to implement cert issuing as a web application instead of running python scripts in shell, so far I have not seen any example or s there a way I can turn this issuing and invoke it via web platform.

1 Like

Hi @raymondfx,

This is not my area of expertise in the ecosystem, but I would say you would probably need to put the python code onto a server and make an API request to that server to issue from your web app.

Here’s a good example. https://guillaumeduveau.com/en/blockcerts/react-component