From ca028c32bcc4611e1bd43b9a2193e6b6ce03091d Mon Sep 17 00:00:00 2001 From: Kirill Fedoseev Date: Tue, 24 May 2022 10:45:13 +0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b989ae8..efe6db0 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,15 @@ docker-compose -f docker-compose.dev.yml up monitor * http://localhost:3000 (user: admin, password: admin) * http://localhost:9090/alerts * http://localhost:9093/#/alerts -* http://localhost:3333/tx/ +* http://localhost:3333/bridge/ +* http://localhost:3333/bridge//config * http://localhost:3333/bridge//validators +* http://localhost:3333/chain//block/ +* http://localhost:3333/chain//block//logs +* http://localhost:3333/chain//tx/ +* http://localhost:3333/chain//tx//logs +* http://localhost:3333/tx/ +* http://localhost:3333/tx//logs ## Deployment For final deployment, you will need a VM with a static IP and a DNS domain name attached to that IP.