Skip to content

A small Amazon clone with Smart Contract on Blockchain using Solidity, Hardhat, React, TypeScript

Notifications You must be signed in to change notification settings

mamadfar/dappazon__solidity

Repository files navigation

Dappazon

Technology Stack & Tools

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

Requirements For Initial Setup

Setting Up

1. Clone/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 execute: $ npx hardhat run ./scripts/deploy.ts --network localhost

6. Start frontend

$ npm run start

7. Recommendation

It is better to open on your private browser (caching).

Preview

Dappazon

About

A small Amazon clone with Smart Contract on Blockchain using Solidity, Hardhat, React, TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published