Commit Graph

10 Commits

Author SHA1 Message Date
Adw8
2e735c51dd Use big.js for handling decimals 2025-01-30 14:41:29 +05:30
Adw8
de0b4d42c2 Update variable 2025-01-30 12:07:43 +05:30
Adw8
ddda589da9 Use backend cache for getting quotes during payment verification 2025-01-30 11:47:38 +05:30
Adw8
771656ae5d Simplify function to display price with decimal point 2025-01-28 19:56:41 +05:30
Adw8
5fd10ae15f Update comment 2025-01-28 19:21:17 +05:30
Adw8
5523939ff0 Display decimals in UI 2025-01-28 19:18:13 +05:30
Adw8
53bd18f031 Use bn.js to handle big numbers 2025-01-28 18:34:03 +05:30
Adw8
8b5dbb46fa Use bigint for handling token price 2025-01-28 17:00:30 +05:30
1582f8887d Add replay protection to meme generation API (#5)
Part of https://www.notion.so/Add-disconnect-wallet-button-188a6b22d47280db91d5d180c7e151ae
- Add sqlite DB for storing tx signatures
- Reject request if tx signature is already in DB

Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
Reviewed-on: #5
Co-authored-by: adwait <adwait@noreply.git.vdb.to>
Co-committed-by: adwait <adwait@noreply.git.vdb.to>
2025-01-27 14:02:12 +00:00
60728920f3 Verify payment on chain before generating meme (#3)
Part of https://www.notion.so/Implement-payment-gating-188a6b22d472806a9267c2bda72925cc

Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
Reviewed-on: #3
Co-authored-by: adwait <adwait@noreply.git.vdb.to>
Co-committed-by: adwait <adwait@noreply.git.vdb.to>
2025-01-27 11:42:35 +00:00