move all defi functionality to page and separate controller

This commit is contained in:
Timur Gordon
2025-05-01 02:55:41 +02:00
parent 457f3c8268
commit 6b7b2542ab
21 changed files with 2198 additions and 1505 deletions

View File

@@ -23,3 +23,4 @@ uuid = { version = "1.6.1", features = ["v4", "serde"] }
lazy_static = "1.4.0"
redis = { version = "0.23.0", features = ["tokio-comp"] }
jsonwebtoken = "8.3.0"
urlencoding = "2.1.3"