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

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

Awesome Lists containing this project

README

          

# Fullstack Blockchain Project

[![go.mod Go version](https://img.shields.io/github/go-mod/go-version/ardanlabs/blockchain)](https://github.com/ardanlabs/blockchain)
[![Official Document](https://img.shields.io/badge/Official-Document-blue)](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