An open API service indexing awesome lists of open source software.

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

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/)