Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bernatmarcilla/go-blockchain-implementation
A simple Proof of Work blockchain implementation with Golang.
https://github.com/bernatmarcilla/go-blockchain-implementation
blockchain blockchain-demo blockchain-mining blockchain-technology go golang proof-of-work
Last synced: 3 days ago
JSON representation
A simple Proof of Work blockchain implementation with Golang.
- Host: GitHub
- URL: https://github.com/bernatmarcilla/go-blockchain-implementation
- Owner: bernatmarcilla
- Created: 2021-09-06T15:00:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T09:39:00.000Z (about 3 years ago)
- Last Synced: 2024-10-16T02:42:43.480Z (29 days ago)
- Topics: blockchain, blockchain-demo, blockchain-mining, blockchain-technology, go, golang, proof-of-work
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-blockchain-implementation
A simple random _nonce_ Proof of Work blockchain implementation with Golang.
## stack
![Golang](https://img.shields.io/badge/Golang-00ADD8?style=for-the-badge&logo=go&logoColor=white)