An NFT blockchain that rewards Wikipedia trading cards.
Go to file
deusbalatro 8061fdba9b feat(cli): add interactive and utility command-line interfaces
- Implement two different CLIs: an interactive menu and a utility CLI
- CLIs support key generation, mining, transactions, and card viewing
Co-authored-by: deusbalatro <github.sequence146@passinbox.com>
Co-committed-by: deusbalatro <github.sequence146@passinbox.com>
2025-06-13 09:15:24 +00: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 feat(cli): add interactive and utility command-line interfaces 2025-06-13 09:15:24 +00: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 feat(cli): add interactive and utility command-line interfaces 2025-06-13 09:15:24 +00: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.