From 7043cc570bf368b169aa5beb82351eabd2b0d576 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Wed, 18 Oct 2023 09:54:48 -0700 Subject: [PATCH] add docs for manual processing a deposit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 67c47dbe..bf77949d 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,12 @@ Compare 3 RPCs: web3_proxy_cli health_compass https://eth.llamarpc.com https://eth-ski.llamarpc.com https://rpc.ankr.com/eth ``` +Manually process a deposit: + +``` +curl -X POST http://127.0.0.1:8544/user/balance/0xYOURTXID +``` + ### Run migrations Generally it is simplest to just run the app to run migrations. It runs migrations on start.