Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

laupski/open-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Blockchain CircleCI Go Report Card

Simple proof of concept for blockchain technology written in Go.

Requirements

  • go installed
  • gcc installed

Installation

Install go: https://golang.org/doc/install

To install gcc on Windows:

choco install mingw
# verify installation
gcc --version

If you don't have choco, search MinGW for installation.

To install gcc on Linux:

sudo apt update
sudo apt install build-essential
# verify installation
gcc --version

Build

go build

Run

./open-blockchain

Future Features

  • Persistence
  • P2P
  • Dockerize
  • UI

About

PoC blockchain project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published