Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaudband/dapp_amazon
DApp_Amazon: A decentralized application for shopping on the blockchain. Buy and sell products securely using cryptocurrency. #blockchain #DApp
https://github.com/arnaudband/dapp_amazon
dapp ethersjs reactjs solidity-contracts
Last synced: 9 days ago
JSON representation
DApp_Amazon: A decentralized application for shopping on the blockchain. Buy and sell products securely using cryptocurrency. #blockchain #DApp
- Host: GitHub
- URL: https://github.com/arnaudband/dapp_amazon
- Owner: ArnaudBand
- Created: 2023-08-06T20:41:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-12T21:29:21.000Z (over 1 year ago)
- Last Synced: 2024-11-15T03:19:00.732Z (2 months ago)
- Topics: dapp, ethersjs, reactjs, solidity-contracts
- Language: JavaScript
- Homepage:
- Size: 1.14 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AmazonDapp
__DApp_Amazon: A decentralized application for shopping on the blockchain. Buy and sell products securely using cryptocurrency.__ #blockchain #DApp
## 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
```
git clone [email protected]:ArnaudBand/dapp_amazon.git
```### 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`