Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

252
Visualizações
How to use web3.js in Chrome extension's background.js?

I'm attempting to use web3.js in a Chrome extension's background.js file (manifest v3) like so:

// background.js

const Web3 = require('web3')
const web3 = new Web3("https://api.avax.network/ext/bc/C/rpc")

var abi = [
    {
      "constant": true,
      "inputs": [],
      "name": "owner",
      "outputs": [
        {
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "type": "function"
    },
    {
      "inputs": [],
      "payable": false,
      "type": "constructor"
    }
  ];


var MyContract = web3.eth.contract(abi);

But I instantly receive the error that "window is not defined". I understand that Chrome background scripts don't have access to window, but I don't understand why attempting to instantiate web3 requires access to window.

Screenshot of extension error.

I'm using webpack to bundle web3.js with background.js.

My goal is to make read calls to a contract from background.js, and figured web3.js was the easiest method.

about 4 years ago · Santiago Trujillo
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda