open-blockchain

command module
v0.0.0-...-ce5cf71 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
cmd
obc
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL