rbrown3 / wwc-golang-blockchain-beginners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang and Blockchain for Beginners

Here you will find the exercises to follow along with the workshop Golang and Blockchain for Beginners at Women Who Code CONNECT NYC on December 5th. This workshop will hopefully be accessible to those brand new to Golang and will provide an opportunity to get a feel for the language by creating a small centralized Blockchain.

Katacode

Katacoda Workshop

Resources

If you are interested in learning more about Go or Blockchain, here are some resources to check out:

Golang

Gophercises - Go coding exercises

Exercism - Code practise(not just in Go!)

Golang Weekly - An awesome newsletter

Go by Example - Examples of everything in go (variables, structs, loops)

GoRoutines and Channels Excellent illustrated article explaining Go's concurrency model

Games with Go Fancy making a game with Go?

Blockchain

How Does the Blockchain Work - An excellent explanation

Code Your Own Blockchain - My talk was partly inspired by this post which has a lot more in-depth coding examples.

Blockchain in 200 lines - Another Blockchain in 200 lines of code

Tiniest Blockchain - Another implementation in Python

About


Languages

Language:Go 100.0%