From 394a7d37c0e77a98ef0e21aef56c8a5e40bd6832 Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Wed, 4 Jun 2025 12:09:45 -0400 Subject: [PATCH] Started README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4e1b8cf --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# WikiDeck +An [NFT](https://en.wikipedia.org/wiki/Non-fungible_token) +[blockchain](https://en.wikipedia.org/wiki/Blockchain) that rewards Wikipedia Page trading +cards. + +## Use +See `test/Mine/TestMine.py` for a demonstration of the basic client workflow.