Updated README
This commit is contained in:
parent
4ec2868116
commit
c98c1833b7
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue
Block a user