Skip to content

paulsimroth/web3market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web3 Marketplace

This project is a Web3 Marketplace inspired by Amazon. For this project I followed the YouTube tutorial by "Dapp University". You can find the video here: YouTube This project is now deployed on Goerli Testnet.

Technology Stack & Tools

  • Solidity (Writing Smart Contracts)
  • Javascript (React & Testing)
  • Hardhat (Development Framework)
  • Ethers.js (Blockchain Interaction)
  • React.js (Frontend Framework)

How it works

If you want to try it out yourself follow this Link

If you want to clone the repo and use it in your local environment follow these steps.

  1. clone this repository
  2. make sure you installed all dependencies: $ npm install
  3. start your local hardhat node: $ npx hardhat node
  4. deploy the contract: $ npx hardhat run ./scripts/deploy.js --network localhost
  5. start frontend: npm run start

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.