aergoio / herajs-client

Javascript client framework for aergo
https://herajs.readthedocs.io/
MIT License
9 stars 2 forks source link

Reduce generated boilerplate code #18

Open graup opened 5 years ago

graup commented 5 years ago

The grpc code generator generates a bunch of repetitive code that could easily be saved. We can re-implement the API calls as generic functions instead and also solve #12 at the same time.