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

212
Views
¿Cómo agregar una nueva red a metamask a través de un código QR?

Quiero solicitar agregar una red a la metamáscara usando un código QR. ¿Es posible? Encontré estos servicios pero no eip681-link

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

No, a partir de ahora no es posible hacer un código QR que agregue directamente una cadena de forma nativa .

Lo que puede hacer es crear un código QR para data: URL que contenga un código que llame a wallet_addEthereumChain .

El código HTML:

 <script> ethereum.request({ method: "wallet_addEthereumChain", params: [ { chainId: "0x64", chainName: "Gnosis Chain", rpcUrls: ["https://rpc.gnosischain.com/"], nativeCurrency: { name: "xDAI", symbol: "xDAI" }, blockExplorerUrls: ["https://blockscout.com/xdai/mainnet/"], }, ], }); </script>

La URI de datos (realizada con https://dopiaza.org/tools/datauri/index.php ):

 data:text/html;charset=utf-8;base64,+

Y luego convertido en un código QR:

ingrese la descripción de la imagen aquí

about 4 years ago · Juan Pablo Isaza Report
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!