Documentation
¶
Overview ¶
evm-transfer demonstrates sending an EIP-1559 transaction to Lumera using an eth_secp256k1 key in the SDK's keyring. It prints the eth tx hash, the cosmos tx hash, and the resolved gas/fee values pulled from chain state.
Usage:
go run ./examples/evm-transfer \
--grpc-endpoint localhost:9090 \
--rpc-endpoint http://localhost:26657 \
--chain-id lumera-testnet-2 \
--evm-chain-id 1414 \
--key-name alice \
--to 0x000000000000000000000000000000000000dEaD \
--amount-ulume 1
Click to show internal directories.
Click to hide internal directories.