Skip to content

implement client side of cardano-cli grpc service

Description

As described on option number 2 here . The DMS makes a grpc request to the nunet-server to access a cardano-node. The request parameters are cardano-cli commands.

On this merge request I have added the grpc-client code on the DMS that will be used to send command to the nunet-server.

  • ...
  • ...

Checklist

  • I have update updated the @version string in main.go. See https://semver.org/
  • I have update CHANGELOG.md with a short description of changes.
  • I have run swag init to update the swagger docs.

Closes #67 (closed)

Edited by yitbarek yohannes

Merge request reports