ixje
ixje
@chenzhitong I think this is the most important (non bug) issue that should change to improve usability.
Basically we want what is called "raw storage" in this video: https://youtu.be/HSYeXzUp65A?feature=shared&t=1182
> Is this the right fallback? Should we default to using the signer instead? Option 1 is to make `deploy-signer` mandatory such that you're always aware of what is used....
@meevee98 I didn't realize they were always failing on 3.8. I think it would be best to do it on a different PR and we can merge this PR afterwards....
Actually, if you `pip install` or install via `python setup.py install` you can just type `neo-boa`. The previous mentioned way of installation registers a command that points to `cli.py`.
Can you please share the error? There should be no difference, so I'd like to learn what might go wrong. Thank you.
 Works here. Can you try `pip install -e .` and then try again?
The alternative is to add these functions to `Wallet`. The upside is that from a wallet you do a single import/add/delete. The downside is you're forced to use a `Wallet`...
I'm guessing the biggest hurdle is going to be supporting [type hints](https://www.python.org/dev/peps/pep-0484/). @saltyskip can you also link the C# template that matches this ABI output?
Is it me or is the ABI output missing an entry for ```c# public static readonly byte[] Owner = "AK2nJJpJr6o664CWJKi1QRXjqeic2zRp8y".ToScriptHash(); ``` as it looks to output all public accessors. Perhaps...