An open API service indexing awesome lists of open source software.

https://github.com/notshrirang/blockchain-implementation-from-scratch-frontend

Blockchain working demonstrated from scratch
https://github.com/notshrirang/blockchain-implementation-from-scratch-frontend

blockchain-technology css3 javascript js react

Last synced: 2 months ago
JSON representation

Blockchain working demonstrated from scratch

Awesome Lists containing this project

README

          

# miner.io

This project demonstrates how blocks can be mined.

This is frontend.

Backend: https://github.com/NotShrirang/blockchain-implementation-from-scratch-backend

### Clone the repo:
```
git clone https://github.com/NotShrirang/blockchain-implementation-from-scratch-frontend.git
```

### Install the packages:
```
npm i
```

### Run the frontend:
```
npm run dev
```