Interbend/interbend/routes
MrEisbear dcee6058cb feat: Add transaction routes and update configurations
This commit introduces new transaction routes for handling various transaction-related operations. It also includes updates to the `config.py` file to support these new features.

The following files were modified:
- `README.md`: Updated documentation to clarify .env variables and their purposes
- `To-Do.md`: Updated task meaningless
- `config.py`: Added COLLECT_COOLDOWN and TAX_ACCOUNT_BID configurations.

    Main Thing:
- `interbend/routes/transaction_routes.py`:
Added boilerplate transaction to handle all transfers and separated business transfers with tax application.
/transfer for personal transfers
/transfer-business for business transfers with tax deduction

TODO: add route to change tax rate and add non hardcoded tax rate.
Type 6 and 7 are reserved for future use. currently implemented are 0 and 1.
2025-09-20 20:59:19 -05:00
..
__init__.py Refactor: routes: Modularize routes into blueprints 2025-06-14 23:33:37 -05:00
admin_routes.py fix(admin): Correct variable name in add_money validation 2025-09-20 20:28:26 -05:00
auth_routes.py Implement BID generation 2025-07-25 23:27:20 -05:00
transaction_routes.py feat: Add transaction routes and update configurations 2025-09-20 20:59:19 -05:00