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

    138 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 …

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

    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. DApp Development- how to update dapp and keep existing data

    Jul 22, 2020 · Compare to web application that separate the application and database, we can update the application and keep the existing data. Could you suggest me how to update dapp …

  4. 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.

  5. 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 …

  6. DApp examples containing complete source code - Ethereum …

    May 30, 2020 · can someone provide me some high quality ethereum dapp codebase examples? This should comprise of not only the smart contract codebase but also the app codebase , …

  7. dapp development - Free and public Ethereum JSON-RPC API …

    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 …

  8. 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 …

  9. How to handle connection to a wallet in a dapp

    Jun 21, 2021 · My guess is that "connect" doesn't get triggered by an address actually connecting to a dapp, but by simply the app detecting a wallet, or something like that. So when the …

  10. I keep getting Metamask 429 Error on my Dapp - Ethereum Stack …

    Jan 6, 2023 · I'm using react-moralis to enabled web3 access on my Dapp. For the application to function, we are constantly reading from the blockchain and, of course, often writing to it as …