https://github.com/pivaldi/gbcl
Learning blockchain with Go
https://github.com/pivaldi/gbcl
blockchain command-line go golang
Last synced: about 1 month ago
JSON representation
Learning blockchain with Go
- Host: GitHub
- URL: https://github.com/pivaldi/gbcl
- Owner: pivaldi
- Created: 2024-04-08T21:43:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-09T15:16:22.000Z (about 1 year ago)
- Last Synced: 2025-02-15T18:52:18.807Z (3 months ago)
- Topics: blockchain, command-line, go, golang
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Blockchain Technology With Go
Learning blockchain technology from [this website](https://web3.coach/),
wanting to learn by practicing, I found the [provided Go code](https://github.com/web3coach/the-blockchain-bar) is not well
designed and missed best practices so I decided to provide [here](https://github.com/pivaldi/gbcl) a better code architecture implementing the Go best practices.This is a work in progress… as my knowledge's blockchain…