2025:Q4 Agenda 🃏

Beta Testing

WikiDeck is ready for live beta testing! Here is how to try it out:

  1. Clone the repo
git clone https://gitea.eom.dev/WikiDeck/wikideck.git
  1. Create a virtual environment and install the requirements
python3 -m venv venv
source venv/bin/activate
pip3 install -r client-requirements.txt
  1. Set the environment variable
export WIKIDECK_URL="https://wikideck.eom.dev/"
  1. Start the client
python3 cli.py

--- Wikideck CLI ---
1. Create RSA Keypair
2. Save Private Key
3. Load RSA Keypair
4. Save Public Key
5. Mine a Block
6. Generate a Transaction
7. View Deck
0. Exit

-------------------
Select an option: 
  1. Select options 1, 2, then 4 to create and save an RSA keypair
  2. Use options 5 and 6 to mine blocks and trade cards
  3. Coordinate in the Matrix chat to discuss cards and trades
  4. Report issues on Gitea

Check out this pull request for a demo of the application:

Just a reminder that this is a beta test and a work in progress! We are looking for bugs and are probably going to break the application at some point. We are also likely to restart the blockchain with a future iteration.