Skip to content

ghazimuharam/go-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-Blockchain

Go-Blockchain is a simple Blockchain prototype using Go

Getting Started

Project setup

  1. Get all dependencies using Go Mod
    go mod tidy -v

Run the project

Build and run api endpoint using

go run cmd/<main.go

Update wire after modifying service

  1. move to core folder
    cd internal/app/
  2. trigger wire
    wire

About

Simple blockchain implementation using Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages