/wow

Sample TPC server/client with PoW

Primary LanguageRustApache License 2.0Apache-2.0

Wow

Word of Wisdom TCP server/client example implementation with Argon2d as a Proof of Work algorithm.

To clone the repository, use the following commands:

git clone https://github.com/romanzac/wow.git

Build docker images

cd wow
./scripts/build_docker.sh 

Run Wow Server:

./scripts/start_wserver_docker.sh

Run Wow Client:

./scripts/start_wclient_docker.sh

Client will connect to server and request challenge, provide hash as a PoW and receive quote.