https://github.com/dkcodec/block4
https://github.com/dkcodec/block4
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkcodec/block4
- Owner: dkcodec
- License: mit
- Created: 2025-02-05T10:59:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T11:59:49.000Z (over 1 year ago)
- Last Synced: 2025-02-05T12:20:30.877Z (over 1 year ago)
- Language: JavaScript
- Size: 2.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Assignmnet 4
Assignmnet 4 by group of students.
### Prerequisites
- [Node.js](https://nodejs.org/) (v14 or later)
- [MetaMask](https://metamask.io/) browser extension
- [Truffle](https://www.trufflesuite.com/truffle) (for smart contract development)
### Installation
1. **Clone the Repository**:
```bash
git clone https://github.com/dkcodec/Block4.git
cd assignment4blockprog
```
2. **Install Dependencies**:
```bash
npm install hardhat
```
3. **Deploy Smart Contracts**:
```bash
npx hardhat run scripts/deploy.js --network ganache
```
4. **Compile Smart Contracts**:
```bash
npx hardhat compile
```
5. **Start the Application**:
```bash
npm start
```
The application will be available at `http://localhost:3000`.






### **Authors & Contributors**
- Kairgeldin Dmitriy
- Kurmet Adilzhan
- Ernar Khanapin