An NFT blockchain that rewards Wikipedia trading cards.
Go to file
deusbalatro d8a29c0a11 refactor(cli): add CLI utility entry point and fix rsa_private_key typo
- Correct typo: rsa -> rsa_private_key
- Refactor cli.py so functions can be used by both interfaces
- Introduce wikideck_cli.py as a CLI utility entry point

- Public and private keys can now be saved separately
2025-06-09 11:17:55 +03:00
test Unit testing basic workflows 2025-06-04 11:47:49 -04:00
wikideck Unit testing basic workflows 2025-06-04 11:47:49 -04:00
.env_example Initial commit 2025-05-28 19:24:37 -04:00
.gitignore Attempting server startup. 2025-05-31 18:14:33 -04:00
cli.py refactor(cli): add CLI utility entry point and fix rsa_private_key typo 2025-06-09 11:17:55 +03:00
docker-compose.yaml Unit testing basic workflows 2025-06-04 11:47:49 -04:00
Dockerfile Attempting server startup. 2025-05-31 18:14:33 -04:00
README.md README 2025-06-04 12:44:35 -04:00
requirements.txt Attempting server startup. 2025-05-31 18:14:33 -04:00
wikideck_cli.py refactor(cli): add CLI utility entry point and fix rsa_private_key typo 2025-06-09 11:17:55 +03:00
wsgi_app.py Attempting server startup. 2025-05-31 18:14:33 -04:00

WikiDeck

An NFT blockchain that rewards Wikipedia trading cards.

Use

See test/Mine/TestMine.py for a demonstration of the basic client workflow.

Status

At present, only the files in wikideck/Mine are functional - and only partially so. This project is currently a proof-of-concept.