Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

119
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!