issuer_url = https://www.collegeURL.com/
issuer_email = college@issuer.org
issuer_name = College X
issuer_signature_lines={“fields”: [{“job_title”: “Professor”,“signature_image”: “images/issuer-signature.png”,“name”: “Professor X”}]}
certificate information
certificate_description =This Certificate verifies that the certificate is genuine.
certificate_title = Certificate of Authenticity
criteria_narrative=details are genuine and verified.
badge_id = 7aecc414-ee70-4fe8-952f-2be7d037d61e
I understood I need to generate this issuer.json file & host it on the web/localhost.
I believe it can be generated using following command. " python create_v2_issuer.py -c conf-ini -o issuer.json "
But for this I would be needing a issuer_public_key.
Hi @ampatt97
I generate mine through Bitcoin Core. With it i can generate wallets and addresses for every chain (regtest, testnet and mainnet)
I don’t know if there is a more convenient method too
Hi, could you share some more details on what you did after generating a public and private key for Ethereum? Did you simply add issuer_public_key=0x...21? Where do you add a private key folder and file name?