Learn how to integrate Para with Cosmos using @getpara/cosmjs-v0-integration
@getpara/cosmjs-v0-integration
package.
ParaProtoSigner
. Once created pass the signer to
the SigningStargateClient
.
ParaAminoSigner
if you want to use Amino signing instead of Proto signing. The usage is similar, just replace ParaProtoSigner
with ParaAminoSigner
.SigningStargateClient
as you would normally with CosmJS. You can reference the CosmJS Github for more details.sendTokens
method:
ParaProtoSigner
or the ParaAminoSigner
for different transaction types, check out this example in our Examples Hub: