Results 11 comments of Constantine

Hi @mathetake Does this issue still relevant? Looking to contribute and landed with it

@codefromthecrypt @mathetake Thanks for your reply. Will take a look into WASI support direction.

@sorpaas probably you meant `Devcon4` (will take place in Prague from 30 October - 02 November)

Implement it as subcommand for `transaction` Ex.: ```shell $ emerald transaction parse 0xf8630183... ```

@yourihua, looks like this is emerald-wallet error. I linked this issue into wallet repo.

We need to add `passphrase` into rpc call, to unlock keyfile for selected adress

Nope. Linter gives 800 lines of errors/warnings, on default flags.

So far, I haven't found any crypto alternative. We also can use C libs for keccak and ed25519.

We can use [fasthttp](https://github.com/valyala/fasthttp) from a very beginning instead of default `net/http`, as they use different interface - just to save time, not to refactor later.