1
0

Updated README

This commit is contained in:
Jon Michael Aanes 2024-06-09 01:10:14 +02:00
parent 9344332788
commit 93c6385517
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -7,11 +7,11 @@ Defi interface for Partisia Blockchain.
Program Flow:
- State Overview (Read-only):
* [ ] Download list of swaps and tokens from Swap Router.
* [ ] Download token contract state to determine contract types and basic info.
* [ ] Download swap contract state to determine contract types.
* [X] Download list of swaps and tokens from Swap Router.
* [X] Download token contract state to determine contract types and basic info.
* [X] Download swap contract state to determine contract types.
* [X] Continually download state of swap contracts, to ensure liquidity and pricing information is up to date.
* [ ] Construct swap graph.
* [ ] Continually download state of swap contracts, to ensure liquidity and pricing information is up to date.
- Logging in:
* [ ] User presses relevant login button.