Skip to main content

Evmos grpc messages.

Project description

Evmos GRPC

PyPI version pre-commit.ci status

Evmos' grpc messages. WIP: Only the message send was implemented because is the one used for the faucet.

Requirements

  • Python3.9+
  • Evmos grpc endpoint available
  • Wallet seed (only supports the evmos default algorithm: ethsecp256k1)

Installation

pip install evmosgrpc

Configuration

The configuration can be set using env vars:

  • GRPC_ENDPOINT: Default = '127.0.0.1:9090'
  • MEMO: Default = 'Sent from Hanchon's faucet'
  • FEE: Default = '20'
  • GAS_LIMIT: Default = '200000'
  • CHAIN_ID: Default = 'evmos_9000-1'
  • DENOM: Default = 'aphoton'

Usage

from evmosgrpc.messages.msgsend import create_msg_send
from evmosgrpc.builder import TransactionBuilder
from evmosgrpc.transaction import Transaction

seed = 'garment seat help gallery ride divide truth smooth end chunk '\
       'ten cross badge want vehicle mirror dismiss remind crouch '\
       'base crouch palm leader dinner'
builder = TransactionBuilder(seed)
msg = create_msg_send(
    builder.address,
    "evmos1sgg7ny6mkk375ghdlx837hkm92dqxs450fxwwz",
    100,
)
res = builder.send_tx(Transaction().generate_tx(builder, msg))
# res =
# tx_response {
#   txhash: "F4DFCF8E0BAEBBE088DF0C8A4DA1EF70CD29983C5F7663A523A87F1CE479BFF5"
#   raw_log: "[]"
# }

# To read the response as a dict:
from google.protobuf.json_format import MessageToDict
res_obj = MessageToDict(res)

TODO

  • Add tests.
  • Add more messages.
  • Add secp256k1 wallet support on evmoswallet.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

evmosgrpc-1.0.7.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

evmosgrpc-1.0.7-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file evmosgrpc-1.0.7.tar.gz.

File metadata

  • Download URL: evmosgrpc-1.0.7.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.3

File hashes

Hashes for evmosgrpc-1.0.7.tar.gz
Algorithm Hash digest
SHA256 e0ae6f1c3347adf683ff59381c4bcfd6c74d77987c83756f1f525b81e190211a
MD5 fb1aa6010840c69178fbc9c58063b0bd
BLAKE2b-256 85c8b4affcd599d72145b211574a4645413a63aab569d214adee23d3796ca892

See more details on using hashes here.

File details

Details for the file evmosgrpc-1.0.7-py3-none-any.whl.

File metadata

  • Download URL: evmosgrpc-1.0.7-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.3

File hashes

Hashes for evmosgrpc-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 a4bc92efdd611bd6437c208f35d0dd5ed59c1f31836f546b47871e8a0ee6bd4f
MD5 5cc3cc81c09fdc5e843f509d2888a5c3
BLAKE2b-256 9837e4b5fa9761efd00ad93a73ce945fc3ec4917302d2159560c98577414e78f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page