Blockcerts Ethereum connection

Hello, I have a question. I want to know if someone could explain to me how blockcerts makes its connection with Ethereum. How does its connection with a node to be able to carry out transactions?
Can I connect Blockcertes to my own node?

Hi,

we use explorer APIs such as https://etherscan.io/. You can take a look at this piece of code which handles the connection: https://github.com/blockchain-certificates/cert-issuer/blob/master/cert_issuer/blockchain_handlers/ethereum/connectors.py

It’s been a while since I last played with Ethereum, but I believe you could use your own node, although I don’t think I can guide you on how to set this up right off the bat.