https://github.com/deyrahul95/Dappcord
Web3.0 Discord clone
https://github.com/deyrahul95/Dappcord
ethersjs hardhat javascript nodejs reactjs socket-io solidity solidity-contracts
Last synced: 4 months ago
JSON representation
Web3.0 Discord clone
- Host: GitHub
- URL: https://github.com/deyrahul95/Dappcord
- Owner: web3-wizard
- Created: 2023-03-16T09:42:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T09:43:43.000Z (over 3 years ago)
- Last Synced: 2024-12-31T08:45:35.526Z (over 1 year ago)
- Topics: ethersjs, hardhat, javascript, nodejs, reactjs, socket-io, solidity, solidity-contracts
- Language: JavaScript
- Homepage:
- Size: 507 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dappcord
## 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)
- [Socket.io](https://socket.io/) (Client & Server communication)
## 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 Socket.io server
`$ node server.js`
### 7. Start frontend
In a separate terminal execute:
`$ npm run start`