Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Create a go client for creating service #2

Open
NicolasMahe opened this issue Sep 12, 2019 · 0 comments
Open

Create a go client for creating service #2

NicolasMahe opened this issue Sep 12, 2019 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@NicolasMahe
Copy link
Member

NicolasMahe commented Sep 12, 2019

A new dedicated go client should be create to ease the creation of MESG Services using golang, in a similar to than https://github.com/mesg-foundation/mesg-js.

A simple client package is already used by the system service ethwallet:
https://github.com/mesg-foundation/engine/tree/v0.14.1/systemservices/ethwallet

On the the big issue of this client is it's using map[string]interface instead of pbStruct.
An attempt to fix this problem has been done but discarded but of the time require to manually transform the pbStruct to geth struct: mesg-foundation/engine#1324

Solutions:

@NicolasMahe NicolasMahe added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 12, 2019
@NicolasMahe NicolasMahe changed the title Create a go client Create a go client for creating service Sep 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant