Interacting with Cosmos SDK App From Browser
Cosmos-SDK3 posts1,408 viewsLast activity Mar 2019
AL
aleph2012OP
Feb 2019What is the recommended way for a browser to interact with a Cosmos SDK app? We are currently running contracts on Ethereum, using Metamask (web3) in the browser, and looking into what it would take to move over to Cosmos. I couldn’t find any maintained JavaScript libraries for Cosmos that fulfill a similar role to web3 for Ethereum, i.e. creating and signing transactions from JavaScript and submitting via RPC to Tendermint.
LI
liamzebedee
Mar 2019I’m also interested in this. Bump!
FA
FaboWeb
Mar 2019Have you tried: https://github.com/binance-chain/javascript-sdk ?
For the Cosmos Wallet we use the Cosmos SDK REST server (instead of RPC) and client side signing via the Ledger Nano S.