neo-go/cli/smartcontract
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
..
smart_contract.go cli: deploy contract using manifest.json instead of yaml config 2020-06-30 18:22:47 +03:00