name Chainskills box Github
type link
action https://github.com/chainskills/chainskills-box

Table of contents

Application

LikeCraigslist but for articles and in a decentralized manner.

  • Metamask extension is used to do the transactions.
  • All events related to selling and buying an article will be there.
  • The address of owner will be visible and all events will be coming.

Smart Contract

Truffle

  • There are truffle boxes which provides initial code to start.

truffle unbox chainskills/chainskills-box

Sell an Article

  • you can useGanache or Truffle develop as in memory node implementations.

Questions

  • Q. Where is the data stored?
  • Q. Which blockchain can be used?
  • Q. Can ethereum be used for creating a blockchain that is free of cost?
  • Q. How much internet will be used for mining of blocks?
  • Q. Can I configure this blockchain to use MATIC?
  • Q. Where will the blocks data be stored?
  • Q. Can I consider storing voice/ video data as well in blockchain? Ans. NFT can be stored so there must be some way but how efficient is it?
  • Q. What are some azure technologies that use or can be used for creation of the blockchain?
  • Q. Do I need more than one address for the contracts to be processed?
  • Q. Is Metamask a hard dependency, what alternate are there? Ans. This can be referred to in 7. Chainlist application- Web3 code.