MarketPlace-DApp | Implemented a DApp to create a marketplace on Ethereum | Cryptocurrency library
kandi X-RAY | MarketPlace-DApp Summary
kandi X-RAY | MarketPlace-DApp Summary
Implemented a DApp to create a marketplace on Ethereum Framework.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of MarketPlace-DApp
MarketPlace-DApp Key Features
MarketPlace-DApp Examples and Code Snippets
Community Discussions
Trending Discussions on MarketPlace-DApp
QUESTION
I'm learning Solidity via this https://medium.com/coinmonks/ethereum-land-marketplace-dapp-tutorial-part-1-create-and-deploy-a-smart-contract-351bc0d62be2
There's a function below that I don't know the difference between balances[owner] and balances[plot.owner].
...ANSWER
Answered 2019-Feb-28 at 10:08Yes, plot.owner
is the person who owns a plot. Whereas the owner
is the person who deployed the contract. You could think of it as if any plot that has not been bought yet belongs to the owner
, that is the person who deployed the contract (assuming he did not transfer the ownership to anyone else), so when you buy a property that was not previously owned by anyone then the money will go to the owner of the contract
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install MarketPlace-DApp
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page