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
- Host: GitHub
- URL: https://github.com/notshrirang/blockchain-implementation-from-scratch-frontend
- Owner: NotShrirang
- License: mit
- Created: 2023-10-25T15:48:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T14:24:40.000Z (over 2 years ago)
- Last Synced: 2025-02-11T12:36:31.586Z (over 1 year ago)
- Topics: blockchain-technology, css3, javascript, js, react
- Language: JavaScript
- Homepage: https://minerio.vercel.app
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```