neo-go/cli
Anna Shaleva 2ec1d76320 compiler: add ability to generate .abi.json file
A part of integration with NEO Blockchain Toolkit (see #902). To be
able to deploy smart-contract compiled with neo-go compiler via NEO
Express, we have to generate additional .abi.json file. This file
contains the following information:
 - hash of the compiled contract
 - smart-contract metadata (title, description, version, author,
email, has-storage, has-dynamic-invoke, is-payable)
 - smart-contract entry point
 - functions
 - events

However, this .abi.json file is slightly different from the one,
described in manifest.go, so we have to add auxilaury stractures for
json marshalling. The .abi.json format used by NEO-Express is described
[here](https://github.com/neo-project/neo-devpack-dotnet/blob/master/src/Neo.Compiler.MSIL/FuncExport.cs#L66).
2020-05-04 08:37:39 +03:00
..
flags cli: fix type in flags.Fixed8FromContext 2020-03-24 17:17:28 +03:00
server config: move config.go out of config/ 2020-03-31 17:55:59 +03:00
smartcontract compiler: add ability to generate .abi.json file 2020-05-04 08:37:39 +03:00
vm *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
wallet core: add sender field to transaction 2020-04-20 17:21:28 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
main.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00