osmosis-labs / osmojs

OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages
https://cosmology.zone/products/osmojs
Apache License 2.0
63 stars 32 forks source link

can't use import { getOfflineSignerAmino as getOfflineSigner } from 'cosmjs-utils' #24

Closed jb3134 closed 1 year ago

jb3134 commented 1 year ago

when i use import { getOfflineSignerAmino as getOfflineSigner } from 'cosmjs-utils' in https://github.com/osmosis-labs/osmojs/ example, it always showed can't found cosmjs-utils so where can i install the package ?? or how can i use getOfflineSigner method ????

pyramation commented 1 year ago

try installing by

yarn add cosmjs-utils
pyramation commented 1 year ago

you can make an issue here if it persists: https://github.com/cosmology-tech/cosmjs-utils

jb3134 commented 1 year ago

thanks a lot . i add it , and worked now. i found that the READ.me and guild in OSMOSIS website had some wrong informations , so it's hard to get right result if you have no other help.