💰 This is a small crypto-currency made for fun 💸
Find a file
2021-06-13 18:36:41 +07:00
.github Upgrade to GitHub-native Dependabot 2021-04-29 21:52:44 +00:00
BunDauCoin [BLOCK] Add getters 2021-06-13 18:36:41 +07:00
img [ImgBot] Optimize images 2020-07-06 02:43:09 +00:00
.gitignore [FLASK] Init microframework 2021-06-10 21:33:31 +07:00
config.py.example [FLASK] Init microframework 2021-06-10 21:33:31 +07:00
LICENSE Initial commit 2020-05-28 16:33:17 +07:00
README.md [README] Update commands to use 2021-06-11 21:18:28 +07:00
requires.txt [BC] Init structure classes 2021-06-10 22:33:39 +07:00

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 😉