From 4530a3757efba8c8b80622f95356235a5615ec58 Mon Sep 17 00:00:00 2001 From: xmariachi Date: Tue, 6 Feb 2024 16:38:53 +0100 Subject: [PATCH] test deployment (#46) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6d7bc7..0091f3a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This node allows model providers to participate providing inferences to the Upsh # Build locally -First you need to set the env vars to connect with the Uptshot Appchain +First you need to set the env vars to connect with the Upshot Appchain ``` export NODE_ADDRESS="http://localhost:26657" export UPT_ACCOUNT_MNEMONIC="palm key track hammer early love act cat area betray ..." @@ -35,4 +35,4 @@ This project comes with some static identities, as well as debug settings for `V * Ensure you've installed the Runtime `make setup` * Start the Head Node First -* Start the Worker Node \ No newline at end of file +* Start the Worker Node