Обновить Readme.md

This commit is contained in:
britikos 2024-01-19 06:14:22 +00:00
parent 4ffe2f6562
commit 499ed6e997

View file

@ -11,7 +11,7 @@
```$ neo-go contract compile -i store.go -c store.yml -m 1.json ```
Деплой контракта <br>
$ 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 ```
Создания юзера для входа в приложение <br>
``` $ neo-go contract invokefunction <номер контракта> -r http://localhost:30333 -w wallet.json newUser string:<имя аккаунта> ```