Skip to content

Blockchain implementation, boilerplate for newbies

Notifications You must be signed in to change notification settings

xsami/Blockchain

Repository files navigation

Blockchain

This repository is a simple implementation of a Blockchain made with GO. Based on this tutorial https://medium.com/@mycoralhealth/code-your-own-blockchain-in-less-than-200-lines-of-go-e296282bcffc with some improvements in the code I hope this can be usefull for someone who is starting in the Blockchain world.

How to run

Clone or Download this repository and run the following command:

go get -d ./...

Then you can build the project with go build commmand or running the executable or by using the following command: go run main.go.

About

Blockchain implementation, boilerplate for newbies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages