evmos / evmosjs

JS and TS libs for Evmos

Home Page:https://www.npmjs.com/package/evmosjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any other way to sign message except with Keplr or Metamask?

dmiric opened this issue · comments

Is there any other way to sign message except with Keplr or Metamask?

I'm trying to make the transaction with NodeJS and I'm lost on how to do it. I tried using cosmJS to do it but I can't because I get this error: Error: Unsupported type: '/ethermint.types.v1.EthAccount' is there some way to send a tranasction without web interface?

I created a small lib to help with the transactions signatures: https://github.com/hanchon-live/evmos-ts-wallet