mesg-foundation / js-sdk

Javascript mono-repo with all the tools to interact with MESG
https://mesg.com
4 stars 4 forks source link

Add tendermint client and service:list command #169

Closed antho1404 closed 4 years ago

antho1404 commented 4 years ago

This is an experimentation using tendermint.

The goal is to use the CLi as a tendermint client for all the basic queries/transactions. This might be useful as a few "unsafe" api in the engine could be removed (all the write apis).

For now it's only the service:list command that works with the pr https://github.com/mesg-foundation/engine/pull/1609.

I can continue the work if we decide to move forward on this.

github-actions[bot] commented 4 years ago

Please update the CHANGELOG of the associated library for your Pull Request to be accepted

antho1404 commented 4 years ago

Closing this PR in favor of https://github.com/mesg-foundation/js-sdk/pull/179 that uses the latest LCD server from the engine