1
0

Updated README

This commit is contained in:
Jon Michael Aanes 2024-06-10 22:43:10 +02:00
parent 4ec2868116
commit c98c1833b7
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -14,11 +14,11 @@ Program Flow:
* [ ] Construct swap graph.
- Logging in:
* [ ] User presses relevant login button.
* [ ] User address is used to determine token balances.
* [X] User presses relevant login button.
* [X] User address is used to determine token balances.
- Trading (Write!):
* [ ] User selects tokens and amount to move between.
* [X] User selects tokens and amount to move between.
* [ ] Compute shortest route; dijkstra's. (Can use one, or several weight algorithms: Liquidity, price, etc.)
* [ ] Present route, fees, gas usage, etc.
* [ ] User presses TRADE!