@cosmjs packages. It’s highly recommended to use our @injectivelabs packages to interact with Injective.
If you are familiar with the @cosmjs packages we are exporting similar interfaces/classes that work the same as the classes on @cosmjs but have support for Injective as well.
Again, keep in mind that the recommended approach is to use the Injective’s standard approach, which you can learn more about in Cosmos transactions.
Usage using Keplr
Here is an example on how to use the@injectivelabs alternatives from the @cosmjs packages with Keplr:
Usage in a CLI/Node environment
Here is an example on how to use the@injectivelabs alternatives from the @cosmjs packages in a node or CLI environment.
Again, keep in mind that the recommended approach is to use the MsgBroadcasterWithPk abstraction to follow the Injective’s standard approach.
