Commit graph

3 commits

Author SHA1 Message Date
MrEisbear
132545f996 docs: Add request body details for transfer-business endpoint in README 2025-09-20 21:07:50 -05:00
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
google-labs-jules[bot]
277d974ffe
feat: add README.md for the project (#1)
This commit adds a comprehensive README.md file to the project. The README includes:

- A project description.
- Installation instructions, including dependencies and environment variables.
- Usage instructions.
- Detailed documentation for all API endpoints, including authentication, transactions, and admin routes.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-09-20 18:48:44 -05:00