Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

118
Vistas
I am trying to develop a dApp using truffle and ganache. deployed() is returning undefined

I write a smart contract name SauravToken in which i created ERC20 tokens for sale. After that i want to create a token sale web application . for the token sale web application i try to load the smart contract in App.js file Here is the code

App.contracts.SauravToken.deployed().then(function(instance){
                sauravTokenInstance = instance;
                return sauravTokenInstance.TokenPrice();
                }).then(function(TokenPrice){
                App.TokenPrice = TokenPrice;
                $('.token-price').html(App.TokenPrice.toNumber());
            });

But the localhost:3002 show the Uncaught TypeError: Cannot read properties of undefined (reading 'deployed')

the deployed() function should return the contract instance, but it is not. Please help.

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda