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

  5. How to interact with the backend of a Dapp? - Ethereum Stack Exchange

    Feb 23, 2021 · 0 I am trying to build a dapp but I am having problems. My idea is: I have a front-end written in html / css and a backend implemented with web3.js thanks to which it is possible to …

  6. What are the best practices to allow user signup and login for a dapp?

    Aug 22, 2017 · From what I have researched, it seems that all of the methods for allowing a user to signup and login for an Ethereum dapp are very cumbersome for the user to use. What are the best …

  7. How to recognize if a website is a DApp? - Ethereum Stack Exchange

    Feb 28, 2021 · A Launch App button often appears on the top-right corner of Ethereum-platform websites. Is this an indication that a link is a link to a DApp (decentralized application)? Are the …

  8. What's the best authentication/authorization system for DApp using ...

    Jun 30, 2023 · I'm building a DApp with reactJS for the frontend and solidity for the backend. I want to build a solid authentication/authorization system possibly using some libraries but i can't find …

  9. How to evaluate effectiveness of a Dapp - Ethereum Stack Exchange

    1 I am developing a private ethereum-based DApp and writing an academic paper for a final year project. I'm trying to "blockchainify" an existing system that adopts a traditional client-server …

  10. How to build a front end for dApp - Ethereum Stack Exchange

    Mar 16, 2017 · I am studying about DApps and Ethereum. I did get the Solidity part but I am confused about the front-end apps. Is it possible that I use web framework like PHP Laravel/Rails for …