added yaml config for contract deployment

This commit is contained in:
anastasia prasolova 2020-06-09 13:52:32 +03:00
parent 35656b0661
commit d97a4a9955

12
neofs_config.yml Normal file
View file

@ -0,0 +1,12 @@
---
project:
author: Neo SPCC
email: ops@nspcc.ru
version: 0.99
name: Neofs Smart Contract
hasstorage: true
hasdynamicinvocation: true
ispayable: true
returntype: ByteArray
parameters: ['String', 'Array']