Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 847 Bytes

readme.md

File metadata and controls

41 lines (24 loc) · 847 Bytes

Go Blockchain

Overview

Go Blockchain is a blockchain implementation written in Go. This project aims to provide a simple and educational blockchain framework that can be used for learning and experimentation.

Features

  • Basic blockchain structure
  • Transaction handling
  • Network communication between nodes

Installation

To install the project, clone the repository and build the project using Go:

git clone https://github.com/Simon-Busch/go__blockchain.git
cd go__blockchain
go build

Usage

To start a node, run the following command:

make run

Status

This project is still in progress. Some features may not be fully implemented or may contain bugs. Please use it for educational purposes and experimentation.

Still working on syncing up the nodes

Credit goes to https://x.com/anthdm as well