About 50 results
Open links in new tab
  1. What is a DApp? - Ethereum Stack Exchange

    DApp is an abbreviated form for decentralized application. A DApp has its backend code running on a decentralized peer-to-peer network. Contrast this with an app where the backend code is running on …

  2. web3js - Connecting the wallet of to your dApp and different Ethereum ...

    Dec 30, 2020 · How users can use connect their different wallets, like MetaMask, mobile wallets and hardware wallets with a dApp? What wallets are supported?

  3. web3js - How to connect a MetaMask account to a DApp in the …

    The DApp works wonderfully in the desktop browser while using MetaMask as a browser extension. Now I want to confirm that my DApp is accessible from mobile phones as well.

  4. Newest 'ethereum-wallet-dapp' Questions - Ethereum Stack Exchange

    Jun 9, 2020 · Q&A for users of Ethereum, the decentralized application platform and smart contract enabled blockchain

  5. contract invocation - How to search for a dapp based on its address ...

    Unlike Etherscan one particular dapp doesn’t have to be registered on such specific website in order to be listed. As a result, many dapps whose source code and/or tag is unknown to Etherscan can be …

  6. Is it possible to add my dapp as a safe app without iframe?

    Dec 2, 2024 · I want to add GammaSwap as a Safe app. However, due to a vulnerability, we disabled use of <iframe> because of an attack vector that allows anyone to embed our site and trick …

  7. How to use TrustWallet DApp browser with WalletConnect?

    Aug 29, 2021 · I need to integrate my Dapp with Trust Wallet's internal DApp browser. I followed this instruction on the trust wallet website. However, when I run my DApp inside the trust wallet DApp …

  8. Is it possible to build an open-access DApp on a permissioned or ...

    Jul 26, 2022 · It's possible, but it would be like building a Facebook app. Users (and developers) would ultimately have dependence on Facebook, rather than the open Internet. As you know, the D in …

  9. dapp development - Free and public Ethereum JSON-RPC API nodes ...

    Jul 4, 2021 · The most common extension at the moment is MetaMask and is used by many (if not the majority) of dapp developers and users. The MetaMask website offers great documentation for the …

  10. How do Dapps work with ERC20 tokens? - Ethereum Stack Exchange

    Mar 21, 2018 · A dapp is only an user interface that let the user easily interact with the contract. You could just make a nice UI and use an ERC-20 token, no need to create another contract if your goal …