Skip to content

MicrexIT/go-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-blockchain

This repo contains everything you need to get started building a blockchain in golang

Requirements

To run this project, we advise to use Docker and Docker Compose. It will avoid the trouble of installing all the required dependencies. This projects uses Golang v1.4

Quick start

The Makefile offers an extra layer on top of Docker Compose to simplify running the project.

Starting the project:

make start

Restarting the project and rebuild images if necessary

make restart

Display a list of the running services

make status

Stop the project and clean up environment

make stop

Inspect logs of the service selected with the variable SERVICE

make inspect SERVICE=blockchain

About

A simple blockchain in go already containerised using docker compose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors