Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhamprajapati7748/godaddycloneweb3
https://github.com/shubhamprajapati7748/godaddycloneweb3
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shubhamprajapati7748/godaddycloneweb3
- Owner: shubhamprajapati7748
- Created: 2022-12-30T06:30:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T06:32:36.000Z (about 2 years ago)
- Last Synced: 2024-12-08T13:29:30.406Z (about 2 months ago)
- Language: JavaScript
- Size: 432 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ETH Daddy
## 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`### 7. Start frontend
`$ npm run start`