https://github.com/web3-wizard/dappazon
Web3.0 Amazon Clone app using solidity
https://github.com/web3-wizard/dappazon
ethersjs hardhat javascript nodejs reactjs solidity solidity-contracts solidity-dapps web3
Last synced: 3 months ago
JSON representation
Web3.0 Amazon Clone app using solidity
- Host: GitHub
- URL: https://github.com/web3-wizard/dappazon
- Owner: web3-wizard
- Created: 2023-03-16T09:34:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T09:35:56.000Z (about 2 years ago)
- Last Synced: 2024-12-31T08:45:35.428Z (5 months ago)
- Topics: ethersjs, hardhat, javascript, nodejs, reactjs, solidity, solidity-contracts, solidity-dapps, web3
- Language: JavaScript
- Homepage:
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dappazon
## Technology Stack & Tools
- Solidity (Writing Smart Contracts & Tests)
- Javascript (React & Testing)
- [Hardhat](https://hardhat.org/) (Development Framework)
- [Ethers.js](https://docs.ethers.io/v5/) (Blockchain Interaction)
- [React.js](https://reactjs.org/) (Frontend Framework)## Requirements For Initial Setup
- Install [NodeJS](https://nodejs.org/en/)## 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.js --network localhost`### 6. Start frontend
`$ npm run start`