From 499ed6e997be8e9028f5c0ad97d53c421eda1586 Mon Sep 17 00:00:00 2001 From: britikos Date: Fri, 19 Jan 2024 06:14:22 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index dcf8fdb..3d231f9 100644 --- a/Readme.md +++ b/Readme.md @@ -11,7 +11,7 @@ ```$ neo-go contract compile -i store.go -c store.yml -m 1.json ``` Деплой контракта
-$ neo-go contract deploy -i store.nef -m <>.json -w wallet.json -r http://localhost:30333 +``` $ neo-go contract deploy -i store.nef -m <>.json -w wallet.json -r http://localhost:30333 ``` Создания юзера для входа в приложение
``` $ neo-go contract invokefunction <номер контракта> -r http://localhost:30333 -w wallet.json newUser string:<имя аккаунта> ```