docs: update project config example to smth more up to date

This commit is contained in:
Roman Khimov 2020-11-13 21:52:42 +03:00
parent 3cb945f022
commit 10945a989d

View file

@ -145,15 +145,12 @@ Deploying a contract to blockchain with neo-go requires a configuration file
with contract's metadata in YAML format, like the following: with contract's metadata in YAML format, like the following:
``` ```
project: supportedstandards: []
author: Jack Smith events:
email: jack@example.com - name: info
version: 1.0 parameters:
name: 'Smart contract' - name: message
description: 'Even smarter than Jack himself' type: ByteString
hasdynamicinvocation: false
returntype: ByteArray
parameters: ['String', 'Array']
``` ```
It's passed to the `deploy` command via `-c` option: It's passed to the `deploy` command via `-c` option: