From c98c1833b7b1084844a30b477d16f8558ccf30f2 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Mon, 10 Jun 2024 22:43:10 +0200 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8a595b..7679fd5 100644 --- a/README.md +++ b/README.md @@ -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!