https://github.com/batazor/word_of_wisdom
Client-Server application. Sends a quote in case of PoW calculation
https://github.com/batazor/word_of_wisdom
Last synced: 5 months ago
JSON representation
Client-Server application. Sends a quote in case of PoW calculation
- Host: GitHub
- URL: https://github.com/batazor/word_of_wisdom
- Owner: batazor
- License: mit
- Created: 2023-09-20T08:49:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T15:03:45.000Z (over 1 year ago)
- Last Synced: 2025-03-19T16:23:02.166Z (over 1 year ago)
- Language: Go
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Word of Wisdom
Client-Server application. Sends a quote in case of PoW calculation
### Getting Started
```bash
make help
make up
```
### References
- [PoW](https://en.wikipedia.org/wiki/Proof-of-work_system)
- [Building Blockchain in Go. Part 2: Proof-of-Work](https://jeiwan.net/posts/building-blockchain-in-go-part-2/)