cosmos / cosmjs

The Swiss Army knife to power JavaScript based client solutions ranging from Web apps/explorers over browser extensions to server-side clients like faucets/scrapers.
https://cosmos.github.io/cosmjs/
Apache License 2.0
645 stars 330 forks source link

The dapp or wallet will send transactions on the blockchain? #1457

Open solitarysp opened 1 year ago

solitarysp commented 1 year ago

From my understanding, for the cosmos network, Daap will send a signing request to the wallet, then Daap will send the tx(broadcast) to the blockchain. However for ETH, Daap will send a signing request to the wallet, the wallet will sign and send the tx(broadcast) to the blockchain.

Question 1: Is my understanding correct? Question 2: Why does cosmos want Daap to broadcast the transaction to blockchain?