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. database - Sepolia Testnet - Ethereum Stack Exchange

    Aug 10, 2023 · I am using Sepolia testnet to work and develop my dapp. I created the contract and deployed to the Sepolia network. I will be making several transactions in this similar manner. I know …

  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. dapp development - Is there a (theoretical) limit for amount of data ...

    Is there a theoretical limit to the amount of data that one contract can store while running in a private net in which gas is not a concern? Context: In a financial Dapp which is to replace global

  5. web3.js new accounts without local node! - Ethereum Stack Exchange

    However, my "dapp" is a simple HTML page for registration. Essentially this page allows users to register and every time a registration occur; I need to designate/create a new ethereum public …

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

  7. DApp examples containing complete source code - Ethereum Stack …

    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 , complete with …

  8. What elements of a Dapp's backend are usually stored in a …

    The following link states that a Dapp's backend is stored entirely on the blockchain. However, if I was to create a Dapp web application, how much of what would usually be referred to in a web development …

  9. What are explicit steps to deploy dapp to mainnet?

    Aug 21, 2017 · Build front end of DApp Test Dapp locally with testrpc on Compile and Migrate contract on mainnet Step 7 is where my questions start: Which IP address do we use in the truffle.js file of the …

  10. 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?