2025:Q4 Agenda 🃏

:bookmark: ITT We are organizing the WikiDeck project for Q4 of 2025. This thread is used to set project goals and periodically check in on progress. This is a good place to find opportunities for project participation!

Planning

My plan for this project is to deploy a version of the WikiDeck server to my network early on in Q4 so that others have the opportunity to experiment with the application. I have scheduled a live stream for tomorrow night where I will re-familiarize myself with the existing code base and, ideally, deploy what has been made so far. From there, I am going to try to recruit my audience to experiment with the application, report issues on Gitea, and maybe even open pull-requests to improve the platform. I would like to host additional live streams to facilitate this collaboration in real-time, but I have not put any on the calendar at this time - such an event may need to be an impromptu. I would like to focus on developing a circuit board for Mobipi this quarter, so I am hoping to be able to delegate feature development on this project and have my role be that of the code-reviewer rather than the author. This depends on audience participation, so please the application a try and report back on your findings!

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.