This is Samcoin, a meme/fake coin designed to be used as a joke during Lion City Hacks 2022. It is built with Flask because it's for the memes not to use React or Next.js.
Note: The database is public and anyone can access it. This is because this is not a serious project and we didn't want to spend time on setting up a database. Please do not put any sensitive information in the database.
# Install dependencies
pip install -r requirements.txt
# Run the app
python app.py
A local instance of the app will be running at http://localhost:5000.
This is a very simple app that allows you to create an account, buy and sell Samcoins, and view your transaction history. You can also view the current price of Samcoins. The app is not connected to any real blockchain, so you can't actually send Samcoins to other people (yet).
- Figure out an actual tokenomics system
- Get transfer of Samcoins between users working
- Add a leaderboard and a way to earn Samcoins by doing tasks (?)
- Memes (obviously) and fake ads
- Move all data to database hosted on Supabase