/Side-BunDauCoin

💰 This is a small crypto-currency made for fun 💸

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Side-BunDauCoin

💰 This is a small crypto-currency made for fun 💸

This readme is a WIP with quick snippets for me developping

Running local instance

Export some bash variables

export FLASK_APP=BunDauCoin
export FLASK_ENV=development

Create the database

$ flask init-db
Initialized the database.

And run

$ flask run
 * Serving Flask app 'BunDauCoin' (lazy loading)
 * Environment: development
 * Debug mode: on
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
 * Restarting with stat
 * Debugger is active!
 * Debugger PIN: 638-707-363

Made with

  • Python 3.9.5
  • Flash 2.0.1
  • Mắm tôm 😉