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

101
Views
MetaMask Ethers - signer.sendTransaction - how to tell in react js if transaction real ETH

I have code for sending Ethereum with metamask

I am in the testing phase so i am using the ropsten test network to send Eth

the code below gives a receipt

       to: addr,
       value: ethers.utils.parseEther(stringEther)
     });
     
     console.log("tx: ", tx);
     setTxs([tx]);
 console.log("tx: ", tx) basically logs a receipt 

though from this how can I tell if the user has sent my wallet real ethereum and not the fake testing ethereum

so i can log it in my database, as I want to return from the function if the Ethereum was the fake etheruem , and only write to the database if it was real Ethereum

also how can a get an actual receipt in react js when the real ethereum is fully mined and in my account?

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!