Ignema / blockchain_go

A simplified blockchain implementation in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

From Docker-Hub

docker pull ignema/blockchain-go

From source

1. Install Docker tools from the official website

2. Clone this project

git clone https://github.com/Ignema/blockchain_go.git

3. Build Docker Image

docker build -t ignema/blockchain-go .

4. Run Container from Image

docker run -it ignema/blockchain-go

Usage

1. navigate to /out

2. Run the blockchain executable named app and interact with the CLI

About

A simplified blockchain implementation in Golang


Languages

Language:Go 99.2%Language:Dockerfile 0.8%