https://github.com/zacksff/fullstack-blockchain
A full-stack blockchain implementation from scratch
https://github.com/zacksff/fullstack-blockchain
Last synced: 6 months ago
JSON representation
A full-stack blockchain implementation from scratch
- Host: GitHub
- URL: https://github.com/zacksff/fullstack-blockchain
- Owner: zacksfF
- License: apache-2.0
- Created: 2024-10-02T09:04:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-25T18:42:15.000Z (over 1 year ago)
- Last Synced: 2025-05-16T00:42:08.031Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 766 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fullstack Blockchain Project
[](https://github.com/ardanlabs/blockchain)
[](https://decrypt101.gitbook.io/decrypt101/blockchain-as-a-service-baas/building-fullstack-blockchain-project)
## Description
A full-stack blockchain implementation from scratch, inspired by modern decentralized technologies. This project explores building a Blockchain network, Consensus mechanisms, Backend Middleware's, Cryptographic security, and Full-stack DApp integration.
Please look at the [Complet Document](https://decrypt101.gitbook.io/decrypt101/blockchain-as-a-service-baas/building-fullstack-blockchain-project) for more details.
## Licensing
```
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
## Installation
```
$ cd $HOME
$ mkdir code
$ cd code
$ git clone https://github.com/zacksfF/FullStack-Blockchain
$ cd FullStack-Blockchain
```
### Good Luck