Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

hanchon-live/evmosproto-archive

Repository files navigation

Evmos proto

Repo archived, moved to a monorepo under Evmos org. evmospy

PyPI version pre-commit.ci status

Compiled evmos' protobuf files ready to use with python3.9+.

Installation

pip install evmosproto

Usage

import grpc
from evmosproto.cosmos.tx.v1beta1.service_pb2_grpc import ServiceStub
from evmosproto.cosmos.tx.v1beta1.service_pb2 import BroadcastTxRequest
channel = grpc.insecure_channel('127.0.0.1:9090')
stub = ServiceStub(channel)

msg = BroadcastTxRequest()

# Set your msg params...

send = stub.BroadcastTx(msg)
print(send)

About

Evmos' protobuf files for python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •