Linked Questions

135 votes
6 answers
148k views

There are new terms in Ethereum like smart contract. What is a DApp and how is it different from smart contracts?
eth's user avatar
  • 86.6k
53 votes
3 answers
24k views

It's admittedly a very general question, but I've heard "Whisper" mentioned in several places when reading about certain DApps. I understand it allows peer-to-peer messaging of some kind, but what ...
Richard Horrocks's user avatar
21 votes
7 answers
13k views

I have recently discovered some blockchain based storage technologies like Storj and Sia. I have vaguely understood that they rely on their own blockchain with their own cryptocurrency. But why are ...
mhham's user avatar
  • 373
21 votes
4 answers
3k views

I know that both Whisper and Swarm were is early prototype stages, with Whisper already being included in the geth client. What is the current status of these project? I know Swarm has been largely ...
Tjaden Hess's user avatar
  • 37.4k
10 votes
2 answers
11k views

I know one way to interact with contracts is, in the geth interface, to use the command: eth.contract(ABI).at(Address) But for this I will need to know the ABI and address of the contract in advance....
Sukhmaninder's user avatar
1 vote
2 answers
1k views

What I am trying to do is make some smart contracts that I am going to sell to my clients giving them ownership of those contracts. A web service using web3 will be available to retrieve some ...
Othman Benchekroun's user avatar
3 votes
3 answers
1k views

What's the best way to store a document with multiple large video and CAD files on Ethereum. I am just a beginner to Ethereum. The document is a science experiment with multiple documents linked. I'd ...
Adrian33's user avatar
4 votes
1 answer
1k views

What are currently the best architectural and deployment options for building and deploying a Dapp built with Meteor/Web3? For building the Dapp, a few Meteor packages are currently available : "Dapp ...
Alan Wunsche's user avatar
  • 1,665
5 votes
3 answers
243 views

Could one build a "Stack Exchange" like information structure or process over Ethereum? Could the "Stack Exchange" team use Ethereum to build a new and improved information learning structure? As it ...
Luke Burgess's user avatar
4 votes
1 answer
692 views

I'm running geth on a distant linux Ubuntu machine, I have a total of 12Gb disk space, I thought that would be enough, but it wasn't. I only had the minimal LAMP settings, I installed Geth with these ...
Teleporting Goat's user avatar
2 votes
2 answers
427 views

I think web3 is not completely decentralized or safe to use. Consider the following example: I have made a voting Dapp on Ethereum. Now my smart contract will be on the Ethereum blockchain and my ...
user8428217's user avatar
3 votes
1 answer
549 views

hy i have been reading about the ethereum project and its components, i understand that there are 3 major components (EVM, swarm, whisper) Swarm is a peer to peer data sharing network in which files ...
Mheni's user avatar
  • 568
1 vote
1 answer
214 views

After building from Quorum source, I can see Swarm as on the binaries. How can one get Swarm to work alongside Quorum?
Nathan Aw's user avatar
  • 1,954