Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

How to stake aevmos token to be a validator #53

Open
luchenqun opened this issue Aug 8, 2022 · 1 comment
Open

How to stake aevmos token to be a validator #53

luchenqun opened this issue Aug 8, 2022 · 1 comment

Comments

@luchenqun
Copy link

I mean how to use evmosjs libary complete the following functions:

evmosd tx staking create-validator \
  --amount=1000000000000aevmos \
  --pubkey='{"@type":"/cosmos.crypto.ed25519.PubKey","key":"3YAmZANy26ad4otlglkx6sj1zIP8pCDQT8p5Rz4TGu4="}' \
  --moniker="ValidatorTest" \
  --chain-id="evmos_9000-1" \
  --commission-rate="0.05" \
  --commission-max-rate="0.20" \
  --commission-max-change-rate="0.01" \
  --min-self-delegation="1000000" \
  --gas-prices="0.025aevmos" \
  --gas="600000" \
  --from=validator \
  --keyring-backend=test \
  -b block
@hanchon
Copy link
Collaborator

hanchon commented Sep 12, 2022

Create validator pr #40 is blocked waiting on Ethermint changes to support the pubkey enconding

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants