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.
Currently, the simulate function isn't available on the StargateClient, only the SigningStargateClient. But signing clients require access to the key, which isn't always practical or possible.
I've been able to hack together a key-less version based on the signing client's simulate method but official support in the StargateClient would be preferable.
Currently, the simulate function isn't available on the
StargateClient
, only theSigningStargateClient
. But signing clients require access to the key, which isn't always practical or possible.I've been able to hack together a key-less version based on the signing client's simulate method but official support in the StargateClient would be preferable.