/Dappazon

web3 e-commerce store

Primary LanguageJavaScript

Dappazon | web3 e-commerce Store

dappazonIMG

This e-commerce store allows users to purchase clothing, games, and electronics using their Metamask wallet. The smart contract tracks inventory and records all transactions onto the blockchain. The user-friendly UI makes it a compelling alternative to Amazon for the web3 ecosystem.

Technology Stack

  • Solidity
  • Javascript
  • Ethers.js
  • React.js
  • Node.js
  • Hardhat

Dependancies

  • MetaMask (reset account on the Hardhat Network)

Run this dapp

1. Clone or Download the Repository

2. Install Dependencies:

$ npm install

3. Run tests

$ npx hardhat test

4. Start Hardhat node

$ npx hardhat node

5. Run deployment script

In a separate terminal run: $ npx hardhat run scripts/deploy.js --network localhost

7. Start frontend

$ npm run start