neoneo-go/cli
Anna Shaleva 3875c0a923 cli: deploy contract using manifest.json instead of yaml config
1. We have all necessary information in manifest.json, so don't need
   config.yaml for deployment anymore. It also allow us to be consistent
   with C# cli (it uses only .manifest.json and .nef files for contract
   deployment)
2. Remove EntryPoint and Methods from ProjectConfig as compiler is able
   to generate this information by itself.
2020-06-30 18:22:47 +03:00
..
flags cli: fix type in flags.Fixed8FromContext 2020-03-24 17:17:28 +03:00
options client/cli: add network option to the RPC client 2020-06-18 12:11:13 +03:00
server cli/server: dump genesis block state when restoring 2020-06-24 16:09:54 +03:00
smartcontract cli: deploy contract using manifest.json instead of yaml config 2020-06-30 18:22:47 +03:00
vm *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
wallet *: switch from fixed8 to int64 2020-06-29 21:39:27 +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