Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.
/ samcoin Public archive

๐Ÿ“ˆ A market simulator made during Lion City Hacks 2022. Made with @sampoder vibes and memes.

License

Notifications You must be signed in to change notification settings

redocinortyC/samcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“‚ This repository is now archived as a past hackathon submission.

Samcoin

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.

How to run

# 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.

How to use

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).

Future plans

  • 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

About

๐Ÿ“ˆ A market simulator made during Lion City Hacks 2022. Made with @sampoder vibes and memes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published