Usage sample of LikeCoin chain API
Using Javascript/node.js to sign a transaction
The parameters should consist with your account information. The accountNumber
and sequence
could be found by querying LCD /cosmos/auth/v1beta1/accounts/{fromAddress}
endpoint.
Put the tx_bytes
from above step in the JSON request body as below, and post the LCD/cosmos/tx/v1beta1/txs
endpoint.
Loading...
Loading...
Loading...