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

Latest commit

 

History

History
37 lines (30 loc) · 895 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 895 Bytes

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