Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 522 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 522 Bytes

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.