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

188
Views
how to specify web3 provider/wallet in javascript

If you have multiple wallets installed how do you specify which one to "connect" on following this given example:

function getProviders() {
  if ("solana" in window) {
    const provider = window.solana;
    if (provider.isPhantom) {
      // handle phantom
    }
  }
},

My UI will allow the user to pick from a menu of installed wallets. But the code to connect doesn't seem to specify the provider:

function connect() {
    await window.solana.connect() // <- how to specify wallet
    .then(resp => {
        console.log(resp.publicKey.toString())
    })
    .catch(error => {
        console.log(error)
    })
}

For example, I have phantom and solflare wallets installed. But only Phantom is coming up in window.solana.

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!