Blockchain Concepts in GO

This repository starts with the concepts in this blog

Dependencies

How to run

  • Clone the repo
  • Create a data directory $ mkdir data
  • Run it $ go run main.go

Environment overrides

If you need to change the environment variables create a .env file at the root of the project with the following content:

APP_PORT=4400