Questions tagged [dapps]

Questions about applications and projects on Ethereum: a decentralized application (dapp) does not require any servers or backends and runs independent on a distributed blockchain.

Questions about applications and projects on Ethereum: a decentralized application (dapp) does not require any servers or backends and runs independent on a distributed blockchain.

1202 questions
13
votes
6 answers

Is there a list of DAPPS that are already useable?

Is there a list of DAPPs that are already useable? Useable means there is an easy accessible GUI, that can interact with the contract.
mKoeppelmann
  • 7,616
  • 8
  • 36
  • 48
11
votes
2 answers

Can I run a website 'on' ethereum or only 'with' ethereum?

Do you run a website 'on' ethereum or 'with' ethereum and if the latter, is that only with 'nodejs'?
Cisko Rijken
  • 211
  • 2
  • 5
8
votes
1 answer

What reputation systems are implemented on Ethereum?

I'm looking into finding some sort of reputation system on Ethereum. Are there any projects out there already that do this? I found a DEVCON1 video about reputation systems and a few people discussing it briefly, but not really any basic proofs of…
linagee
  • 6,138
  • 27
  • 32
7
votes
0 answers

How can I verify the ownership of an ethereum account via offchain process

I have built a web game where users can purchase virtual items for their avatar with tokens obtained during an ICO. What is the best solution for delivering the items to the correct web game user? I can imagine 4 solutions (1A2A, 1A2B, 1B2A and…
Mario
  • 173
  • 4
7
votes
3 answers

Where are DApps hosted?

Certain functionality of a DApp can be hosted on the blockchain as smart contracts. How about other resources such as HTML and JS files? Multiple places reference "Swarm" as the place to host these resources, but when you look at Swarm wiki, it's…
bkoodaa
  • 232
  • 1
  • 7
6
votes
1 answer

Is it possible to exhaustively search through all Ethereum contracts in a local node

Currently building a stock exchange on Ethereum. Based on the current design, I have users creating individual buy orders as separate contracts tied to a central stock counter contract in the form of a list or mapping. As certain operations on the…
Bryan Yap
  • 61
  • 1
5
votes
2 answers

How do I add my Dapp to https://www.stateofthedapps.com/?

If I create a Dapp or start development on an Ethereum Dapp, what's the easiest way to get my Dapp listed on https://www.stateofthedapps.com/?
high110
  • 4,756
  • 1
  • 21
  • 43
5
votes
2 answers

What Ethereum applications can I use without having to mine or buy ether?

I would like to play around with Ethereum, create contracts, do stuff. I want to learn, not do anything serious for now. Dao Wars seems like a good start, but it costs 3 ETH just to start trying. Is there a place where I can start without having to…
pvoosten
  • 151
  • 3
4
votes
2 answers

Ethereum resources to build a decentralized application

I was searching the dApp Decentralized application topic and many resources recommend Ethereum to build a dapp. What I plan to do is to build a decentralized mobile app with a distributed database. I have a Qt/QML code that I like to base my app on…
pouya
  • 141
  • 3
3
votes
0 answers

Nonce question please

can I have the meaning of the word Nonce explained please the question is rejected .. you people really do not wish there to be normal understanding by normal every day members of the public
Allan J
  • 31
  • 1
2
votes
1 answer

What happens if a dapp website goes down?

Is it possible for a dapp like AAVE to remain up and running on the blockchain, but the website to fail? If that happened, how would people access their balances?
DBWeinstein
  • 165
  • 6
2
votes
0 answers

Suck at JavaScript and overall just a beginner in the dev world. Whats the best way to begin building DApps?

Suck at JavaScript and overall just a beginner in the dev world. Whats the best way to begin building DApps? The title is my question LOL.
Hooyah25
  • 21
  • 2
2
votes
2 answers

using Ethereum without any gas or coins usage for transactions

I am new to Ethereum. We are planning to use Ethereum for building an application where-in we don't want the users to buy and use Ether's. We want the user's to safely store and retrieve / share the information in the Ethereum Blockchain. I have…
Saravanan
  • 152
  • 5
2
votes
2 answers

Will Ethereum be able to support apps like Whatsapp?

Two sources: If Cryptokitties could take so much computing power in Ethereum network, how can the network support dapps with scale?, and; ONO White Paper: Chapter 3 Technical Framework In the first link, Edmund Edgar kindly listed several scaling…
frt132
  • 87
  • 5
2
votes
1 answer

If Cryptokitties could take so much computing power in Ethereum network, how can the network support dapps with scale?

There has been so much hype about developing dapps on Ethereum. However, even transactions of cryptokitties could clog the network, how could Ethereum network ever support some application like Whatsapp decentralized alternative?
user41415
  • 21
  • 1
1
2 3 4