Word of Wisdom TCP server/client example implementation with Argon2d as a Proof of Work algorithm.
git clone https://github.com/romanzac/wow.git
cd wow
./scripts/build_docker.sh
./scripts/start_wserver_docker.sh
./scripts/start_wclient_docker.sh
Client will connect to server and request challenge, provide hash as a PoW and receive quote.