Beta Testing
WikiDeck is ready for live beta testing! Here is how to try it out:
- Clone the repo
git clone https://gitea.eom.dev/WikiDeck/wikideck.git
- Create a virtual environment and install the requirements
python3 -m venv venv
source venv/bin/activate
pip3 install -r client-requirements.txt
- Set the environment variable
export WIKIDECK_URL="https://wikideck.eom.dev/"
- 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:
- Select options 1, 2, then 4 to create and save an RSA keypair
- Use options 5 and 6 to mine blocks and trade cards
- Coordinate in the Matrix chat to discuss cards and trades
- 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.