Is there a way to call Metamask from my Chrome extension?

Is there a way to call Meamask from my extension’s background script? I found this bunch of code in metamask:

  function connectExternal(remotePort) {
    const portStream = new PortStream(remotePort);
    controller.setupUntrustedCommunication(portStream, remotePort.sender);
  }`
1 Like

If you don’t have a professional answer, you can seek professional help in consonsys discord

2 Likes

Tyvärr inte :confused: inte vad jag vet

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.