Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 423 Bytes

File metadata and controls

30 lines (19 loc) · 423 Bytes

blockGo

A simple Blockchain in Go.

blockGo is a minimalist blockchain implementation written in Go


📁 Project Structure

blockGo/ ├── go.mod ├── main.go └── blockchain/ ├── block.go └── blockchain.go


🚀 Getting Started

  1. Clone the repository:
git clone https://github.com/devduart/blockGo.git
cd blockGo

go mod tidy
go run main.go