Johan Nordberg
Johan Nordberg
Serialize transactions, manage keys, sign transactions, broadcast transactions, JSON RPC client + signing support
Interfaces should follow language/platform conventions
This seems to break in Python 2 ``` NameError: global name 'FileExistsError' is not defined ```
Sounds like an invalid private key, make sure you're not passing your public key
All API calls are `POST` requests. Can you provide some sample code to reproduce this?
Sure! I can take a look at getting this merged when I have some time.
Hey everyone! I started sorting out this merge but realised pretty fast that I'd rather rewrite the entire project from scratch, so I did that instead :) I always wanted...
New version is here https://github.com/jnordberg/wscat
I'm having troubles with this template, I built a component using it (https://github.com/jnordberg/svelte-qr) and it works fine when installing it locally (in a svelte typescript template project) with `yarn link`...