Skip to content

lucasalvessouza/web3-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CryptoCart logo

This is a project focused on Web3 and it's part of studies of DApps.
We are simulating a marketplace where the user can buy any products directly with the seller, using Ether as payment method. The purchase is simulated by a transaction between two accounts.

It's live! You can access here

Here is a quick video explaning about the application

Screen1

Screen1

Good to know

  • We are using testnet.
  • The seller account is a common account I created to all products. In a real world, would be many products from a different sellers.

Stack: React, Typescript, Solidity, Hardhat, Alchemy, Ether.js, MetaMask.

How to Use

You must install MetaMask and create a wallet. We're using a Sepolia Test Network.

Screen1

You can use this Faucet to get a test ether.

References

App made based on Javascript Mastery and general BlockChain studies.